Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorLoadFloat3
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorLoadFloat3
(
const double * Ptr
)
Remarks
Loads 3 FLOATs from unaligned memory and sets W=0. VectorRegister4Float(Ptr[0], Ptr[1], Ptr[2], 0)
Parameters
| Name | Description |
|---|---|
| Ptr | Unaligned memory pointer to the 3 FLOATs |