Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns true if Left is strictly greater than Right. Use this to test whether a value has exceeded a threshold โ for example whether an elapsed time has passed a deadline or a health value has risen above a recovery threshold.
The value on the left-hand side of the comparison.
The value on the right-hand side of the comparison.
true if Left > Right, otherwise false.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.