Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorSetFloat1
(
float F |
Propagates passed in float to all registers | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorSetFloat1
(
double D |
Math/UnrealMathFPU.h |
VectorSetFloat1(float)
Description
Propagates passed in float to all registers
| Name | VectorSetFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorSetFloat1
(
float F
)
Parameters
| Name | Remarks |
|---|---|
| F | Float to set |
VectorSetFloat1(double)
| Name | VectorSetFloat1 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorSetFloat1
(
double D
)