Save the actors spawned by the player and do not create what is already spawned

I’m trying to make a rescue system for player-generated actors, but when the actors are already spawned, they are still spawning


You can’t save actor references.

You either need to give all the objects an ID, or remember which classes you want to spawn.

1 Like