VectorSetFloat3

Creates a vector out of three floats and leaves W undefined.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathNeon.h"

Syntax

VectorRegister VectorSetFloat3
(
    float X,
    float Y,
    float Z
)

Remarks

Creates a vector out of three floats and leaves W undefined.

Returns

Parameters

Parameter

Description

X

1st float component

Y

2nd float component

Z

3rd 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