Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorCombineLow
(
const VectorRegister4Float& Vec1, |
Creates a vector by combining two low components from each vector | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorCombineLow
(
const VectorRegister4Double& Vec1, |
Math/UnrealMathFPU.h |
VectorCombineLow(const VectorRegister4Float &, const VectorRegister4Float &)
Description
Creates a vector by combining two low components from each vector
| Name | VectorCombineLow |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorCombineLow
(
const VectorRegister4Float & Vec1,
const VectorRegister4Float & Vec2
)
The combined vector
Parameters
| Name | Remarks |
|---|---|
| Vec1 | Source vector1 |
| Vec2 | Source vector2 |
VectorCombineLow(const VectorRegister4Double &, const VectorRegister4Double &)
| Name | VectorCombineLow |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorCombineLow
(
const VectorRegister4Double & Vec1,
const VectorRegister4Double & Vec2
)