FRotator::Add

Adds to each component of the rotator.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

FRotator Add
(
    float DeltaPitch,
    float DeltaYaw,
    float DeltaRoll
)

Remarks

Adds to each component of the rotator.

Returns

Copy of rotator after addition.

Parameters

Parameter

Description

DeltaPitch

Change in pitch. (+/-)

DeltaYaw

Change in yaw. (+/-)

DeltaRoll

Change in roll. (+/-)

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