Packaged game Saving/Loading, only saving/loading some variables.

For some reason my packaged game Is only saving/loading some of my stored variables and not all of them. Where as when i play in editor everything saves and loads as it should.

For example, when I play in editor I’ve got a door that I can open, when i open it i can save the game, load the game. and the door will be open still. as i wanted.
However when i package the game, and do the same thing. upon loading the door will be shut, almost like my boolean isn’t saving now? I don’t understand why.

Adding a delay node in the level blueprint begin play, before trying to access the boolean seems to have fixed the problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.