FTimespan::IsZero

Check whether this time span is zero.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Timespan.h

Include

#include "Misc/Timespan.h"

Syntax

bool IsZero() const

Remarks

Check whether this time span is zero.

Returns

true if the time span is zero, false otherwise.

See Also