VectorMergeVecXYZ_VecW

Merges the XYZ components of one vector with the W component of another vector and returns the result.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathDirectX.h"

Syntax

VectorRegister VectorMergeVecXYZ_VecW
(
    const VectorRegister & VecXYZ,
    const VectorRegister & VecW
)

Remarks

Merges the XYZ components of one vector with the W component of another vector and returns the result.

the fourth component is used, not the first)

Returns

Parameters

Parameter

Description

VecXYZ

Source vector for XYZ_

VecW

Source register for ___W (

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