How to get array of all actors inside sphere and intersecting with it?

set a boolean on the actors like “isinsidesphere” when collision begins and ends. Then you can go for for each loop and interact with all the array elements that contain a true “isinsidesphere” boolean.