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" |
FTimespan operator&37;
&40;
const FTimespan & Other
&41; const
Remarks
Return the result of calculating the modulus of this time span with another time span. A time span representing the remainder of the modulus operation.
Parameters
Name | Description |
---|---|
Other | The time span to divide by. |