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