BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector4
Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html The W element is ignored.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | A | |
struct | B |
Outputs
Type | Name | Description |
---|---|---|
real | Return Value | Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html The W element is ignored. |