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
(
int64 InTicks
)
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. |