Time Ago String
PureTimeAgoStringReturns a human-readable relative time string like '3 minutes ago', '2 hours ago', 'yesterday'.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| PastTimestamp | FDateTime | — | PastTimestamp parameter |
| CurrentTimestamp | FDateTime | — | CurrentTimestamp parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Show when a save file was last modified.
Example 2
Display 'last online' status for friends list.