Check whether an Actor isn't on the screen from anyone online?

I have an Actor that should do something only if it’s not on the screen from anyone in Online Multiplayer.
I tried the following:

It only works for the Server though. When the Server Player hasn’t the Actor on Screen it shows “NotOnScreen”, but it shows “NotOnScreen” for any other player.