How to use Save/Load System

Example: You need to add a variable to display the stamina.

  • Open "BP_SaveGame"
  • Create a stamina variable. Set default value 100
  • Open "BP_Example_PlayerController"
  • Create a stamina variable.
  • Create a simple function to use stamina.
  • Create a new function.
  • FSaveStamina
  • Connect
  • FLoadStamina
  • Connect
  • Check