Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Returns true if Left and Right are exactly equal. Because floats are subject to floating-point precision errors, consider using Nearly Equal instead unless you are comparing values that you know are exact (such as integers stored as floats or sentinel values like 0 or 1).
The value on the left-hand side of the comparison.
The value on the right-hand side of the comparison.
true if Left == Right exactly, otherwise false.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.