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