FRotator::operator+

Get the result of adding a 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
) const

Remarks

Get the result of adding a rotator to this.

Returns

The result of adding a rotator to this.

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