How do you spawn an actor from an array?

I currently am able to store actors in an array and spawn actors of that class and assign the variables from the stored actor to the newly created actor. Is there a way to spawn the actor that is stored in the array itself?

EDIT: I found out that the problem with the extra actors in the Scene Outliner were due to 2 AI’s that were spawned for the characters I stored. When I spawn a new character and feed it variables from the stored character, it works, but after multiple spawning and storing, I am left with many unused AI’s.