Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorSetFloat1
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h |
| Include | #include "Math/UnrealMathNeon.h" |
VectorRegister4Float VectorSetFloat1
(
float X
)
Remarks
Propagates passed in float to all registers. VectorRegister4Float(X, X, X, X)
Parameters
| Name | Description |
|---|---|
| X | float component |