You probably can’t save actor references in a save game. We did our save system (4.23) by storing the actors transform and the actors class and spawn them on loading. If you have actors placed in your level (not spawned by player) I would do the same but instead of spawning new actors I would box-trace to get the right actor reference (your ActorList). Hope that helps.