StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Radians To Degrees

Plugin: StateTreeToolsCore Category: Math | Float

Converts an angle from radians to degrees by multiplying by 180/π. Use this when converting the output of a radian-based function (such as Atan2 (Radians)) into degrees for use with rotation properties or degree-based comparisons.


Configuration

Value

The angle in radians to convert.

Result

The equivalent angle in degrees.

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