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/UnrealMathNeon.h

Include

#include "Math/UnrealMathNeon.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.

Returns

Parameters

Parameter

Description

VecXYZ

Source vector for XYZ_

VecW

Source register for ___W (note: the fourth component is used, not the first)

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