Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Drops the fractional part of a float and returns the integer portion, rounding toward zero. For example, 2.9 becomes 2 and -2.9 becomes -2. Unlike Floor, Truncate always rounds toward zero rather than toward negative infinity.
The float value to truncate.
The integer part of Value, with the fractional portion discarded.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.