Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotator
Description
Checks whether this has exactly zero rotation, when treated as an orientation. This means that TRotator(0, 0, 360) is "zero", because it is the same final orientation as the zero rotator.
| Name | IsZero |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
bool IsZero() const
true if this has exactly zero rotation, otherwise false.