Unless I’m misunderstanding the question, you should be able to get the location of the individual actors by taking the array element and calling GetActorLocation (as you’ve already done for determining if the actor is on the screen). Then after True of your branch you could do whatever you need to do with that location. If you don’t mind, what’s your end goal with this?
What I currently have is good for getting whether an object of with this interface is on the screen, but what I need is to get the location of the individual actors on screen. Can anyone help me out with a better way of doing this?