If the actor is within the view frustum but hidden behind an object it can sometimes still return true. You could fix this with a line of sight trace when recently rendered to make sure it is visible.
If the actor is within the view frustum but hidden behind an object it can sometimes still return true. You could fix this with a line of sight trace when recently rendered to make sure it is visible.