Check if seen/rendered by camera

hello

How to check if an object is seen by camera or not ?
And how to stop an “move to target” node while the actor is moving (stop movements)

Bump.
It’s not complicated, i just want to know how to know if an actor is seen by the player’s camera

last bump…

Hi MyPix,

Please refrain from bumping threads other than those that have gone unanswered for 4 or more days. Thank you.

I would take this to the answerhub.

One method might be to keep a sphere trace going between the object and the camera, and when the trace hits the object, then you know the camera can see you/it.