Player State to Player Character (Multiplayer [DS])

I have created a Player Character and a Player State for my Multiplayer game. In one scenario I need the Player State to get data from the Player Character, particularly the camera location, direction, and rotation. However since I’m sure I cannot use
Cast to Player Character
Get Player Character
since it is online, what would I use?

EDIT:
Multiplayer
Dedicated Server

to acces your pawns component, it s easier to use the player controller. what do you want to achieve exactly?