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/UnrealMathVectorCommon.h |
| Include | #include "Math/UnrealMathVectorCommon.h" |
VectorRegister4Float VectorLoadFloat3
(
const float * Ptr
)
Remarks
Loads 3 floats from unaligned memory and sets W=0. VectorRegister4Float(Ptr[0], Ptr[1], Ptr[2], 0.0f)
Parameters
| Name | Description |
|---|---|
| Ptr | Unaligned memory pointer to the 3 floats |