You can’t save actors, what you should do instead is save information about them like actor class, health etc you can make this into a struct for example, when you load the save you can spawn the actor and then apply all the information about them that you saved, like location, health etc.