Get Save Slot Timestamp

Pure
GetSaveSlotTimestamp

Returns the last-modified timestamp of a save slot.

Type: Pure (no side effects)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data

Inputs

NameTypeDefaultDescription
SlotNameFStringSlotName parameter

Outputs

NameTypeDescription
TimestampFDateTimeTimestamp output
bSuccessboolbSuccess output

Example Use Cases

Example 1

Sort save files by date.

Example 2

Display 'Last saved: 2 hours ago' in the load menu.