Is there a function for checking to see if an actor is outside the camera view?

Hi,

I’m coming from Unity, in Unity there is a function called onBecameInvisible, which gets called when a GameObject (=actor) leaves the camera’s view.

I was wondering if there is a similar function in UE4, and if not what would be the best way to do this myself.