Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorLoad
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h |
| Include | #include "Math/UnrealMathNeon.h" |
VectorRegister4Float VectorLoad
(
const float * Ptr
)
Remarks
Loads 4 floats from unaligned memory. VectorRegister4Float(Ptr[0], Ptr[1], Ptr[2], Ptr[3])
Parameters
| Name | Description |
|---|---|
| Ptr | Unaligned memory pointer to the 4 floats |