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&33;&61;
&40;
const FDateTime & Other
&41; const
Remarks
Compares this date with the given date for inequality. true if the dates are not equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The date to compare with. |