Get a reference to all actors in Camera view

Hi there,

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?

I am currently having a problem with getting a reference to actors on the viewport. This is what I have right now.

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?

I’m trying to place a marker where the object is and I think you just gave me the answer. I can’t believe that I missed that. Thanks.