Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns true if Value falls within the range [Min, Max]. The inclusivity of each endpoint is configurable independently, making this suitable for both closed and half-open interval checks โ for example testing whether a health percentage is within an alert band or whether a distance is inside an engagement zone.
The float value to test.
The lower bound of the range.
The upper bound of the range. Defaults to 1.
When true, a Value exactly equal to Min returns true. Defaults to true.
When true, a Value exactly equal to Max returns true. Defaults to true.
true if Value is within the specified range, otherwise false.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.