Redirectors
Favorites & Color
Integer Rounding Unreal by default uses the Floor method to handle remainders. Anytime a Float is converted into an Integer, it will be Floored to the nearest whole number. 2.1 = 2 2.99 = 2 3/2 = 1
2.1 = 2
2.99 = 2
3/2 = 1