FQuat::operator*=

Multiply this by a quaternion (this = this * Q).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat operator*=
(
    const FQuat & Q
)

Remarks

Multiply this by a quaternion (this = this * Q).

Order matters when composing quaternions: C = A * B will yield a quaternion C that logically first applies B then A to any subsequent transformation (right first, then left).

Returns

The result of multiplication (this * Q).

Parameters

Parameter

Description

Q

the quaternion to multiply this by.

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