Percentage of two Integers (Blueprints)

Dividing an INT by an INT returns the result without the remainder (21/22) = 0, even though we know it isn’t. You have to convert them to Floats to divide them properly, either by converting the Int to Float or by using Float variables to begin with, or by using Normalize to Range

1 Like