StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Atan2 (Radians)

Plugin: StateTreeToolsCore Category: Math | Float

Returns the arctangent of Y / X expressed in radians, using the signs of both components to determine the correct quadrant. This is the standard way to recover a full-circle angle from 2D Cartesian coordinates.


Configuration

Y

The Y component (numerator).

X

The X component (denominator).

Result

The angle in radians whose tangent is Y / X, in the range (-π, π].

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