Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include | #include "Math/Vector4.h" |
template<typename T>
T Dot4
(
const UE::Math::TVector4 < T > & V1,
const UE::Math::TVector4 < T > & V2
)
Remarks
Calculates 4D Dot product. The 4D Dot Product.
Parameters
| Name | Description |
|---|---|
| V1 | The first vector. |
| V2 | The second vector. |