How to spawn previously selected Pawn in multiplayer?

Hi !

I am having trouble figuring out, how to tell server which Pawn to spawn for each player. In my game players can select and customize the Pawn in the menu, and I would like to tell server to spawn that specific pawn. I already managed to set up replication for customization but I am unable to tell server which pawn was selected before entering the server.

so to clarify, Player:

  1. chooses Pawn
  2. customizes previously selected pawn (data saved in save game file)
  3. host or join server (no lobby, i want server to spawn previously selected Pawns)

Thanks in advance !