Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FDateTime
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
Include | #include "Misc/DateTime.h" |
bool operator<
&40;
const FDateTime & Other
&41; const
Remarks
Checks whether this date is less than the given date. true if this date is less, false otherwise.
Parameters
Name | Description |
---|---|
Other | The date to compare with. |