how do i save an actor that is spawned during the game?

You have to put variables in the save game for everything you want to save. And you have to write the code to save those actor’s settings. When the game re-starts, you load what you saved again.