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" |
VectorRegister4Int VectorIntLoad
(
const void * Ptr
)
Remarks
Loads 4 int32s from unaligned memory. VectorRegister4Int(Ptr[0], Ptr[1], Ptr[2], Ptr[3])
Parameters
| Name | Description |
|---|---|
| Ptr | Unaligned memory pointer to the 4 int32s |