FTimespan::operator>

Check whether this time span is greater than the given time span.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Timespan.h"

Syntax

bool operator>
(
    const FTimespan & Other
) const

Remarks

Check whether this time span is greater than the given time span.

Returns

true if this time span is greater, false otherwise.

Parameters

Parameter

Description

Other

The time span to compare with.

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