FRotator::operator+=

Adds another rotator to this.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

FRotator operator+=
(
    const FRotator & R
)

Remarks

Adds another rotator to this.

Returns

Copy of rotator after addition.

Parameters

Parameter

Description

R

The other rotator.

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