Format Duration Human Readable
PureFormatDurationHumanReadableFormats a duration as a human-readable string, omitting zero-value components.
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
Show cooldown remaining: '30 seconds'.
Example 2
Display 'You played for 1 hour, 23 minutes'.