FQuat::operator+

Gets the result of adding a Quaternion to 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
) const

Remarks

Gets the result of adding a Quaternion to this. This is a component-wise addition; composing quaternions should be done via multiplication.

Returns

The result of addition.

Parameters

Parameter

Description

Q

The Quaternion to add.

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