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