FDateTime::operator<

Checks whether this date is less than the given date.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

bool operator<
(
    const FDateTime & Other
) const

Remarks

Checks whether this date is less than the given date.

Returns

true if this date is less, false otherwise.

Parameters

Parameter

Description

Other

The date 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