Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorSet
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h |
| Include | #include "Math/UnrealMathVectorCommon.h" |
VectorRegister4Float VectorSet
(
float X,
float Y,
float Z,
float W
)
Remarks
Creates a vector out of four FLOATs. VectorRegister4Float(X, Y, Z, W)
Parameters
| Name | Description |
|---|---|
| X | 1st float component |
| Y | 2nd float component |
| Z | 3rd float component |
| W | 4th float component |