Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include |
#include "Misc/Timespan.h" |
Source |
/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp |
Assign the specified components to this time span.
Parameter |
Description |
---|---|
Days |
The days component. |
Hours |
The hours component. |
Minutes |
The minutes component. |
Seconds |
The seconds component. |
FractionNano |
The fractional seconds (in nanosecond resolution). |