Skip to main content

Game Saved Data

You want to know where i save unlocked character data for example ? It's here !

All are saved data like this are stored here in BP_AFT_SG_GameStorage, and you can see by default thoses data:

AFT - OLD

Quick explain:

  • UnlockedStage: A Id list of your unlocked/playable stage
  • UnlockedCharacter: A Id list of your unlocked/playable character (it's why in character selection you can have locked char)
  • ArcadeRanking: Array list of the top 5 arcade score.

For the moment theses data work and can be saved and loaded. But i didn't purpose the auto-save system. You should to save the game object by your own depending of your game mechanics.