I tried to call the event directly in the gamestate. I create a new custom camera pawn for every new player and try to forward it to the player controller, so the player can move it. The given camera is always not valid for clients. I also tried to pass by reference without an effect.