Format Duration HMS
PureFormatDurationHMSFormats a duration in seconds to HH:MM:SS string format.
Type: Pure (no side effects)
Category: Fortuna|Time & Date
Keywords: time & date
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| TotalSeconds | float | — | TotalSeconds parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Display a match timer.
Example 2
Show total playtime in a save file.