Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include |
#include "Misc/Timespan.h" |
FTimespan
(
int64 InTicks
)
Create and initialize a new time interval with the specified number of ticks.
For better readability, consider using MinValue, MaxValue and Zero.
Parameter |
Description |
---|---|
Ticks |
The number of ticks. |