StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Acos (Degrees)

Plugin: StateTreeToolsCore Category: Math | Float

Returns the arccosine (inverse cosine) of a value, expressed in degrees. The input must be in the range [-1, 1]; values outside this range produce NaN. Commonly used to recover an angle in degrees from a dot product of normalized vectors.


Configuration

Value

The cosine value to invert. Must be in [-1, 1].

Result

The arccosine of Value in degrees, in the range [0, 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