Get All Save Slots
PureGetAllSaveSlotsReturns all existing save game slot names on the current platform.
Type: Pure (no side effects)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data
Outputs
| Name | Type | Description |
|---|---|---|
| SlotNames | TArray<FString> | SlotNames output |
Example Use Cases
Example 1
Populate a save/load menu with existing saves.
Example 2
Check how many save files exist.