Destroy actor blueprint problem

You can think of an array as a list of things. In your cast, its a list of your monsters. The item at index 0 is the first one you added to the array, and each subsequent addition gets another index (1, 2, 3, 4, etc etc). You can find out how many items are on your list by running Length on the array.

Give this a try:

https://i.imgur.com/vcr1j1e.png