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