blueprint

Get Monitor Aspect Ratio – UI UMG

  • Exposure: public
  • UE Version: 4.25

donderslag

September 10, 2020, 3:53 pm

Blueprint version of this StackOverflow answer

https://stackoverflow.com/a/1186465

function gcd (a,b): if b == 0: return a return gcd (b, a mod b)

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v