Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include | #include "Math/UnrealMathFPU.h" |
VectorRegister4x4Float VectorLoad16
(
const float * Ptr
)
Remarks
Loads 16 floats from unaligned memory into 4 vector registers. VectorRegister4x4Float containing 16 floats
Parameters
| Name | Description |
|---|---|
| Ptr | Unaligned memory pointer to the 4 floats |