Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorSet_W0
(
const VectorRegister4Float& Vec |
Loads XYZ and sets W=0 | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorSet_W0
(
const VectorRegister4Double& Vec |
Math/UnrealMathFPU.h |
VectorSet_W0(const VectorRegister4Float &)
Description
Loads XYZ and sets W=0
| Name | VectorSet_W0 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorSet_W0
(
const VectorRegister4Float & Vec
)
VectorRegister(X, Y, Z, 0.0f)
Parameters
| Name | Remarks |
|---|---|
| Vec | VectorRegister |
VectorSet_W0(const VectorRegister4Double &)
| Name | VectorSet_W0 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorSet_W0
(
const VectorRegister4Double & Vec
)