StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Vector Divide By Scalar

Plugin: StateTreeToolsCore Category: Math | Vector

Divides each component of Vector by a scalar float. Dividing by zero produces undefined results. Use this to convert a scaled vector back to unit scale, or to average a vector across a count.


Configuration

Vector

The vector to divide.

Scalar

The scalar divisor. Defaults to 1. Must not be zero.

Result

Vector / Scalar.

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