StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Vector Magnitude

Plugin: StateTreeToolsCore Category: Math | Vector

Returns the length (magnitude) of a vector โ€” the distance from the origin to the point it represents. Use this to measure speed from a velocity vector, or to check whether a direction vector is near-zero before normalizing it.


Configuration

Vector

The vector whose magnitude to compute.

Result

The length of Vector as a float.

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