StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Vector Cross Product

Plugin: StateTreeToolsCore Category: Math | Vector

Returns the cross product of two vectors: a vector perpendicular to both inputs. The magnitude of the result equals the area of the parallelogram formed by the two vectors. Use this to compute a surface normal, find a perpendicular direction, or determine the rotational relationship between two directions.


Configuration

Left

The first vector.

The second vector.

Result

A vector perpendicular to both Left and Right.

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