How to Get an Array of Actors by Their Copies?

You have to loop through the array, spawn new actors with the same attributes as the current ones, and store these in a new array. As a result, you should have a new array with the “copy” of your existing actors.