StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Vector Normalized

Plugin: StateTreeToolsCore Category: Math | Vector

Returns a unit vector (magnitude 1) in the same direction as Vector. If Vector has zero magnitude the result is a zero vector. Use this to extract a pure direction from a displacement or velocity before scaling it to a desired length.


Configuration

Vector

The vector to normalize.

Result

A unit vector pointing in the same direction as Vector, or a zero vector if Vector has zero length.

Unreal Engine Version Notes

Property functions are not available in UE 5.4. This node requires UE 5.5 or later.


← Back to Math | Vector · ← Back to home