Ready-made StateTree tools for Unreal Engine 5
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.
The float value to round down.
The largest integer less than or equal to Value.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.