blueprint

Greatest Common Divisor (Integer)

  • Exposure: public
  • UE Version: 4.18

avatar author

JohnLogostini

March 25, 2025, 2:13 am

Calculates the largest value that evenly divides two given numbers without leaving a remainder.

This is a function intended to be included in a blueprint function library.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
March 30, 2025
  1. Backported from 5.4.4 to 4.18.3 for compatibility.

March 25, 2025
  1. First commit

    See