Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns true if Left and Right are not exactly equal. As with ==, floating-point precision means two values that are mathematically equal may not compare as equal; use Nearly Equal when an approximate comparison is more appropriate.
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.