Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRotator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include | #include "Math/Rotator.h" |
TRotator Add
&40;
T DeltaPitch,
T DeltaYaw,
T DeltaRoll
&41;
Remarks
Adds to each component of the rotator. Copy of rotator after addition.
Parameters
| Name | Description |
|---|---|
| DeltaPitch | Change in pitch. (+/-) |
| DeltaYaw | Change in yaw. (+/-) |
| DeltaRoll | Change in roll. (+/-) |