StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Vector Multiply By Scalar

Plugin: StateTreeToolsCore Category: Math | Vector

Multiplies each component of Vector by a scalar float. Use this to scale a direction or velocity by a speed or intensity value โ€” for example scaling a normalized forward vector to produce a target offset.


Configuration

Vector

The vector to scale.

Scalar

The scalar multiplier. Defaults to 1.

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