VectorCombineLow

Creates a vector by combining two low components from each vector

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h

Include

#include "Math/UnrealMathDirectX.h"

Syntax

VectorRegister VectorCombineLow
(
    const VectorRegister & Vec1,
    const VectorRegister & Vec2
)

Remarks

Creates a vector by combining two low components from each vector

Returns

The combined vector

Parameters

Parameter

Description

Vec1

Source vector1

Vec2

Source vector2

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss