The Save & Load functionality makes use of the default Unreal Engine Save System. You will need to look into the following docs to get more info on that: Saving and Loading Your Game in Unreal Engine | Unreal Engine 5.3 Documentation. Just as a tip, you will want to save the actor location of your player on save and after the level loaded, move the player character to the saved location.