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