Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimespan
Description
Create a time span that represents the specified number of microseconds.
| Name | FromMicroseconds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
static FTimespan FromMicroseconds
(
double Microseconds
)
Time span.
Parameters
| Name | Remarks |
|---|---|
| Microseconds | The number of microseconds. |