FQuat

Overload list

Windows
MacOS
Linux
Name Description

Public function

FQuat()

Default constructor (no initialization).

Public function

FQuat

(
    EForceInit
)

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

Public function

FQuat

(
    const FMatrix& M
)

Creates and initializes a new quaternion from the given matrix.

Public function

FQuat

(
    const FRotator& R
)

Creates and initializes a new quaternion from the given rotator.

Public function

FQuat

(
    FVector Axis,
    float AngleRad
)

Creates and initializes a new quaternion from the a rotation around the given axis.

Public function

FQuat

(
    float InX,
    float InY,
    float InZ,
    float InW
)

Constructor.

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