Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Vector
Returns the dot product of two vectors: the sum of their component-wise products. For normalized vectors, the result equals the cosine of the angle between them, making this useful for facing checks โ for example determining whether an actor is generally facing a target.
The first vector.
The second vector.
The dot product of Left and Right as a float.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.