Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/MakeVectorRegister
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h |
| Include | #include "Math/UnrealMathNeon.h" |
VectorRegister4Float MakeVectorRegister
(
float X,
float Y,
float Z,
float W
)
Remarks
Returns a vector based on 4 floats. Vector of the 4 floats
Parameters
| Name | Description |
|---|---|
| X | 1st float component |
| Y | 2nd float component |
| Z | 3rd float component |
| W | 4th float component |