Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns the fractional (decimal) part of a float โ the portion after the decimal point. For example, 3.75 produces 0.75. Use this to extract a sub-unit portion of a value, such as isolating the progress within the current second of an elapsed time.
The float to extract the fractional part from.
The fractional portion of Value, always in the range [0, 1).
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.