Ready-made StateTree tools for Unreal Engine 5
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.
The value returned when bPickLeft is true.
The value returned when bPickLeft is false.
The selector. When true, Left is returned; when false, Right is returned. Defaults to true.
Either Left or Right depending on bPickLeft.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.