How can I get reference to different player pawn in Multiplayer

Hi, Here is what I’m trying to get : I have a BP actor with sphere capsule component when my player pawn overlaps with this capsule ,capsule is moving to THAT player .(Note that this is a multiplayer game ,I have 2 players) Unfortunately I can’t tell BP object to move to another (second) player because he can’t overlap with capsule (he doesn’t see it).
So as you can see at picture i’m checking whether overlapping actor is my pawn class actor than I’m allowing something to do.But it works only with first connected player in game.
I would be much appreciated if somebody helps me with this so I need to know how in general I can get reference to first ,second ,third ,etc players in my game so I can create events for specific players .Thank you.

Sooo many advices guys…

Really?! Nobody wants to help me , are you sure?!

SOLVED by MYSELF!

just to add an answer for others: Simply go to your Target Variable and set Replication to Replicated

and how did you do it?