How to get access to actors that are spawned from an array

When you say you need access, what exactly do you want to do to the actor and from where? It might be as straightforward as registering a single dispatcher that sends the data away from the actor. Or establishing a Custom Event in the actor that will receive data.

You may not even need arrays for this, tbh. Impossible to advise without knowing what is really needed.