FQuat::operator-=

Subtracts another quaternion from this.

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

Subtracts another quaternion from this. This is a component-wise subtraction; composing quaternions should be done via multiplication.

Returns

reference to this after subtraction.

Parameters

Parameter

Description

Q

The other quaternion.

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