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