When you destroy an actor that instance of code is gone.
You’d need to spawn another one with spawn actor from class.
If you want the world actors to respawn you may want to reload the map or go through a system of checks to respawn the actors.
When you destroy an actor that instance of code is gone.
You’d need to spawn another one with spawn actor from class.
If you want the world actors to respawn you may want to reload the map or go through a system of checks to respawn the actors.