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