Ready-made StateTree tools for Unreal Engine 5
Property functions for 3D vector arithmetic, measurement, and conversion. Requires UE 5.5+.
| Property Function | Description |
|---|---|
| Vector Add | Add two vectors |
| Vector Subtract | Subtract one vector from another |
| Vector Multiply By Scalar | Scale a vector by a float |
| Vector Divide By Scalar | Divide a vector by a float |
| Vector Distance | Euclidean distance between two points |
| Vector Magnitude | Length of a vector |
| Vector Dot Product | Dot product of two vectors |
| Vector Cross Product | Cross product of two vectors |
| Vector Normalized | Unit vector in the same direction |
| Vector To String | Convert a vector to its string representation |