FQuat::FQuat

Creates and initializes a new quaternion, with the W component either 0 or 1.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat
(
    EForceInit
)

Remarks

Creates and initializes a new quaternion, with the W component either 0 or 1.

FQuat inline functions

Parameters

Parameter

Description

EForceInit

Force init enum: if equal to ForceInitToZero then W is 0, otherwise W = 1 (creating an identity transform)

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