StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


Project maintained by StateTreeTools Hosted on GitHub Pages — Theme by mattgraham

==

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).


Configuration

Left

The value on the left-hand side of the comparison.

The value on the right-hand side of the comparison.

Result

true if Left == Right exactly, otherwise false.

Unreal Engine Version Notes

Property functions are not available in UE 5.4. This node requires UE 5.5 or later.


← Back to Math | Float · ← Back to home