Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
bool operator>
&40;
const FTimespan & Other
&41; const
Remarks
Check whether this time span is greater than the given time span. true if this time span is greater, false otherwise.
Parameters
Name | Description |
---|---|
Other | The time span to compare with. |