Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan > API/Runtime/Core/Misc/FTimespan/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
FTimespan
&40;
int64 InTicks
&41;
Remarks
Create and initialize a new time interval with the specified number of ticks.
For better readability, consider using MinValue, MaxValue and Zero.
Parameters
Name | Description |
---|---|
Ticks | The number of ticks. |