Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotator
Description
Decompose this Rotator into a Winding part (multiples of 360) and a Remainder part. Remainder will always be in [-180, 180] range.
| Name | GetWindingAndRemainder |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
void GetWindingAndRemainder
(
TRotator < T > & Winding,
TRotator < T > & Remainder
) const
Parameters
| Name | Remarks |
|---|---|
| Winding[Out] | the Winding part of this Rotator |
| Remainder[Out] | the Remainder |