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