Get Player Controller of current client

How can I get Player Controller of current client in another Player Controller blueprint to check their equality?

Hi,

I am not sure what you mean by checking their equality, but you have to handle this server-side, since clients cannot communicate with each other directly (or you might be able to set it up that way, but you definitely shouldn’t). I am not sure about the rest tho.