My save is not working?

I am creating a survival horror game and i have created a save system that saves objects by class. When i save the game and load it it works just fine however when i close the game then reopen and try to load the prev. save it doesn’t save

At the end of saving all your data, you need to call “SaveGameToSlot”. This will actually create the save file on disk under Saved/SavedGames/.

You can see more detailled information here : https://docs.unrealengine.com/latest/INT/Gameplay/SaveGame/Blueprints/index.html

and here : Saving and Loading Your Game | Unreal Engine Documentation

  • Marc

I do have a save game to slot the string being “SaveSlot” it’s at the end of my green comment bubble

In this one ? I’m sorry I don’t seem to see it. Is it new in your code ?

yes it’s at the end of the loop