StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Floor

Plugin: StateTreeToolsCore Category: Math | Float

Rounds a float down to the nearest integer (floor). For example, 2.9 becomes 2 and -1.1 becomes -2. Returns an integer, making it useful for discrete indexing or step calculations.


Configuration

Value

The float value to round down.

Result

The largest integer less than or equal to Value.

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