Destroy Actors in Array

Hello Everyone,

I have an array that an enemy is added when it is dead (see pic1). When the game is saved the array is also saved (see pic2). The array is loaded also (See Pic3). My question is how do I get all the contents of the array (all killed enemies) and destroy them on load game?