StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


Project maintained by StateTreeTools Hosted on GitHub Pages — Theme by mattgraham

Modulo

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.


Configuration

Left

The dividend.

The divisor. Defaults to 1. Dividing by zero produces undefined results.

Result

The remainder after dividing Left by Right.

Unreal Engine Version Notes

Property functions are not available in UE 5.4. This node requires UE 5.5 or later.


โ† Back to Math | Float ยท โ† Back to home