Persistent world with UE4 (not an MMO)

The Save Game Object (SGO) will just save the data of the Actor, it will not spawn it. Think of it as the File System Object. You will have to Spawn the actor, than load and assign the data from the SGO.