FTimespan::operator<

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

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 operator<
(
    const FTimespan & Other
) const

Remarks

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

Returns

true if this time span is less, false otherwise.

Parameters

Parameter

Description

Other

The time span to compare with.