Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorLoadFloat2
(
const float* Ptr |
Loads 2 floats from unaligned memory into X and Y and duplicates them in Z and W. | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorLoadFloat2
(
const double* Ptr |
Math/UnrealMathFPU.h |
VectorLoadFloat2(const float *)
Description
Loads 2 floats from unaligned memory into X and Y and duplicates them in Z and W.
| Name | VectorLoadFloat2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorLoadFloat2
(
const float * Ptr
)
VectorRegister4Float(Ptr[0], Ptr[1], Ptr[0], Ptr[1])
Parameters
| Name | Remarks |
|---|---|
| Ptr | Unaligned memory pointer to the floats |
VectorLoadFloat2(const double *)
| Name | VectorLoadFloat2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorLoadFloat2
(
const double * Ptr
)