Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FTimespan > FTimespan
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
FTimespan
&40;
int32 Days,
int32 Hours,
int32 Minutes,
int32 Seconds
&41;
Remarks
Create and initialize a new time interval with the specified number of days, hours, minutes and seconds.
For better readability, consider using FromDays, FromHours, FromMinutes and FromSeconds.
Parameters
Name | Description |
---|---|
Days | The days component. |
Hours | The hours component. |
Minutes | The minutes component. |
Seconds | The seconds component. |