Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns the smaller of two float values. Use this to cap a value so it never exceeds a bound — for example to ensure a speed parameter doesn’t exceed a maximum, or to pick the shorter of two distances when building a transition condition.
The first float value to compare.
The second float value to compare.
The smaller of Left and Right.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.