FQuat::operator+=

Adds to this quaternion.

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

Adds to this quaternion. This is a component-wise addition; composing quaternions should be done via multiplication.

Returns

Result after addition.

Parameters

Parameter

Description

Other

The quaternion to add to this.

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