Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorSet
(
float X, |
Creates a vector out of four FLOATs. | ||
VectorRegister4Double VectorSet
(
double X, |
|||
VectorRegister4Float VectorSet
(
uint32 X, |
Overload to resolve ambiguous mixes of ints and floats. |
VectorSet(float, float, float, float)
Description
Creates a vector out of four FLOATs.
| Name | VectorSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Float VectorSet
(
float X,
float Y,
float Z,
float W
)
VectorRegister4Float(X, Y, Z, W)
Parameters
| Name | Remarks |
|---|---|
| X | 1st float component |
| Y | 2nd float component |
| Z | 3rd float component |
| W | 4th float component |
VectorSet(double, double, double, double)
| Name | VectorSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Double VectorSet
(
double X,
double Y,
double Z,
double W
)
VectorSet(uint32, uint32, uint32, uint32)
Description
Overload to resolve ambiguous mixes of ints and floats.
| Name | VectorSet |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Float VectorSet
(
uint32 X,
uint32 Y,
uint32 Z,
uint32 W
)