You’ll store states for things that aren’t in their default state. For example say all doors in the map are default to closed. As you play you will open a few here and there. The only thing you should store in save game is the states of doors that are open.
For each of these actors you will also want to have a begin play function that gets & sets the desired state of the actor.