StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Min

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.


Configuration

Left

The first float value to compare.

The second float value to compare.

Result

The smaller of Left and Right.

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