MakeVectorRegister

Returns a vector based on 4 FLOATs.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathSSE.h"

Syntax

VectorRegister MakeVectorRegister
(
    float X,
    float Y,
    float Z,
    float W
)

Remarks

Returns a vector based on 4 FLOATs.

Returns

Vector of the 4 FLOATs

Parameters

Parameter

Description

X

1st float component

Y

2nd float component

Z

3rd float component

W

4th float component

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