StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Atan2 (Degrees)

Plugin: StateTreeToolsCore Category: Math | Float

Returns the arctangent of Y / X expressed in degrees, 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, with the result already in degrees for direct use with rotation properties.


Configuration

Y

The Y component (numerator).

X

The X component (denominator).

Result

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

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