Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include |
#include "Misc/Timespan.h" |
static FTimespan FromMilliseconds
(
double Milliseconds
)
Create a time span that represents the specified number of milliseconds.
Time span.
Parameter |
Description |
---|---|
Milliseconds |
The number of milliseconds. |