StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Select Float

Plugin: StateTreeToolsCore Category: Math | Float

Returns one of two float values based on a boolean condition. When bPickLeft is true the result is Left; when false the result is Right. Use this as an inline conditional to choose between two parameter values without needing a separate transition โ€” for example selecting a fast speed or a slow speed depending on an alert flag.


Configuration

Left

The value returned when bPickLeft is true.

The value returned when bPickLeft is false.

bPickLeft

The selector. When true, Left is returned; when false, Right is returned. Defaults to true.

Result

Either Left or Right depending on bPickLeft.

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