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