Get Save Slot Timestamp
PureGetSaveSlotTimestampReturns the last-modified timestamp of a save slot.
Type: Pure (no side effects)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| SlotName | FString | — | SlotName parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Timestamp | FDateTime | Timestamp output |
| bSuccess | bool | bSuccess output |
Example Use Cases
Example 1
Sort save files by date.
Example 2
Display 'Last saved: 2 hours ago' in the load menu.