Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns the floating-point remainder of Left divided by Right (i.e. Left mod Right). Useful for wrapping a value within a repeating range โ for example cycling an angle counter between 0 and 360, or driving a periodic animation offset.
The dividend.
The divisor. Defaults to 1. Dividing by zero produces undefined results.
The remainder after dividing Left by Right.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.