Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float MakeVectorRegisterConstant
(
float X, |
|||
VectorRegister4Double MakeVectorRegisterConstant
(
double X, |
MakeVectorRegisterConstant(float, float, float, float)
| Name | MakeVectorRegisterConstant |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h.inl |
| Include Path | #include "Math/UnrealMathVectorConstants.h.inl" |
VectorRegister4Float MakeVectorRegisterConstant
(
float X,
float Y,
float Z,
float W
)
MakeVectorRegisterConstant(double, double, double, double)
| Name | MakeVectorRegisterConstant |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h.inl |
| Include Path | #include "Math/UnrealMathVectorConstants.h.inl" |
VectorRegister4Double MakeVectorRegisterConstant
(
double X,
double Y,
double Z,
double W
)