FRotator::IsZero

Checks whether this has exactly zero rotation, when treated as an orientation.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

bool IsZero() const

Remarks

Checks whether this has exactly zero rotation, when treated as an orientation. This means that FRotator(0, 0, 360) is "zero", because it is the same final orientation as the zero rotator.

Returns

true if this has exactly zero rotation, otherwise false.

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