FQuat::FQuat

Creates and initializes a new quaternion from the XYZW values in the given [VectorRegister](API\Runtime\Core\Math\VectorRegister_3).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat
(
    const VectorRegister & V
)

Remarks

Creates and initializes a new quaternion from the XYZW values in the given VectorRegister.

Parameters

Parameter

Description

V

XYZW components of the quaternion packed into a single VectorRegister

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