Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void VectorStore
(
const VectorRegister4Float& Vec, |
Stores a vector to memory (aligned or unaligned). | Math/UnrealMathFPU.h | |
void VectorStore
(
const VectorRegister4Double& Vec, |
Math/UnrealMathFPU.h | ||
void VectorStore
(
VectorRegister4Float Vec, |
VectorStore. | ||
void VectorStore
(
VectorRegister4Double Vec, |
|||
void VectorStore
(
TVectorRegisterType< T > Vec, |
|||
void VectorStore
(
VectorRegister4Float Vec, |
Specific overload to support promoting float->double vector and storing in TQuat |
||
void VectorStore
(
VectorRegister4Float Vec, |
|||
void VectorStore
(
VectorRegister4Double Vec, |
VectorStore(const VectorRegister4Float &, float *)
Description
Stores a vector to memory (aligned or unaligned).
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorStore
(
const VectorRegister4Float & Vec,
float * Dst
)
Parameters
| Name | Remarks |
|---|---|
| Vec | Vector to store |
| Ptr | Memory pointer |
VectorStore(const VectorRegister4Double &, double *)
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorStore
(
const VectorRegister4Double & Vec,
double * Dst
)
VectorStore(VectorRegister4Float, UE::Math::TVector4< T > *)
Description
VectorStore.
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
template<typename T>
void VectorStore
(
VectorRegister4Float Vec,
UE::Math::TVector4 < T > * Dst
)
VectorStore(VectorRegister4Double, UE::Math::TVector4< T > *)
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
template<typename T>
void VectorStore
(
VectorRegister4Double Vec,
UE::Math::TVector4 < T > * Dst
)
VectorStore(TVectorRegisterType< T >, struct UE::Math::TQuat< T > *)
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
template<typename T>
void VectorStore
(
TVectorRegisterType< T > Vec,
struct UE::Math::TQuat < T > * Dst
)
VectorStore(VectorRegister4Float, struct UE::Math::TQuat< double > *)
Description
Specific overload to support promoting float->double vector and storing in TQuat
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStore
(
VectorRegister4Float Vec,
struct UE::Math::TQuat < double > * Dst
)
VectorStore(VectorRegister4Float, VectorRegister4Float *)
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStore
(
VectorRegister4Float Vec,
VectorRegister4Float * Dst
)
VectorStore(VectorRegister4Double, VectorRegister4Double *)
| Name | VectorStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
void VectorStore
(
VectorRegister4Double Vec,
VectorRegister4Double * Dst
)