Save/Load game my level

Hello,

My code save player location, but If I added static mesh like, cube, etc… is possible to save with one code?

Like save all static mesh or save complete map?

@progy85 You have to put everything you want saved into the save game yourself. The engine can’t magically know what you do and don’t want saving…

Or, you can just get something like:

People seem to like it…

As I can see this not works in 4.23 version?

But yes this is what I want. First I was trying with mysql db, but for each object is too much to work. The code for “SaveGame” is very good, but problem is because no works on 4.23?