Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FTimespan
Type | Name | Description | |
---|---|---|---|
![]() |
FTimespan () |
Default constructor (zero initialization). | |
![]() |
FTimespan
(
int64 InTicks |
Create and initialize a new time interval with the specified number of ticks. | |
![]() |
FTimespan
(
int32 Hours, |
Create and initialize a new time interval with the specified number of hours, minutes and seconds. | |
![]() |
FTimespan
(
int32 Days, |
Create and initialize a new time interval with the specified number of days, hours, minutes and seconds. | |
![]() |
FTimespan
(
int32 Days, |
Create and initialize a new time interval with the specified number of days, hours, minutes and seconds. |