StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Degrees To Radians

Plugin: StateTreeToolsCore Category: Math | Float

Converts an angle from degrees to radians by multiplying by π/180. Use this when feeding a degree-based angle value (such as a rotation component) into a radian-based trigonometric function like Sin (Radians).


Configuration

Value

The angle in degrees to convert.

Result

The equivalent angle in radians.

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