Get All Save Slots

Pure
GetAllSaveSlots

Returns 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

NameTypeDescription
SlotNamesTArray<FString>SlotNames output

Example Use Cases

Example 1

Populate a save/load menu with existing saves.

Example 2

Check how many save files exist.