FQuat::operator*

Gets the result of multiplying this by another quaternion (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
) const

Remarks

Gets the result of multiplying this by another quaternion (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