Calling Pawn client method on an unpossessed pawn

Found the solution myself. Moved all the UI logic from pawn to player controller that way all the client methods work even if pawn is unpossessed. I don’t know if there is a better solution but moving client methods to the player controller works.