Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void VectorStoreFloat1
(
const VectorRegister4Float& Vec, |
Stores the X component of a vector to unaligned memory. | Math/UnrealMathFPU.h | |
void VectorStoreFloat1
(
const VectorRegister4Double& Vec, |
Math/UnrealMathFPU.h | ||
void VectorStoreFloat1
(
VectorRegister4Float Vec, |
VectorStoreFloat1. | ||
void VectorStoreFloat1
(
VectorRegister4Double Vec, |
|||
void VectorStoreFloat1
(
VectorRegister4Double Vec, |
VectorStoreFloat1(const VectorRegister4Float &, float *)
Description
Stores the X component of a vector to unaligned memory.
| Name | VectorStoreFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorStoreFloat1
(
const VectorRegister4Float & Vec,
float * Dst
)
Parameters
| Name | Remarks |
|---|---|
| Vec | Vector to store X |
| Ptr | Unaligned memory pointer |
VectorStoreFloat1(const VectorRegister4Double &, double *)
| Name | VectorStoreFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorStoreFloat1
(
const VectorRegister4Double & Vec,
double * Dst
)
VectorStoreFloat1(VectorRegister4Float, int32 *)
Description
VectorStoreFloat1.
| Name | VectorStoreFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStoreFloat1
(
VectorRegister4Float Vec,
int32 * Dst
)
VectorStoreFloat1(VectorRegister4Double, int32 *)
| Name | VectorStoreFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStoreFloat1
(
VectorRegister4Double Vec,
int32 * Dst
)
VectorStoreFloat1(VectorRegister4Double, int64 *)
| Name | VectorStoreFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStoreFloat1
(
VectorRegister4Double Vec,
int64 * Dst
)