Actor References in Widget

I think I figured out that the issue is with my widget not my class itself. Due to the way I am creating the reference for the enemy base the reference is only setting for the first instance of it that appears in the array. What would be the best way to set up the reference so that it would be able to communicate with all the enemies not just the first?