FDateTime::operator<=

Checks whether this date is less than or equal to 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 or equal to the given date.

Returns

true if this date is less or equal, 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