PIE: Make saved games exclusive for players

Hi.
I am doing an multiplayer shooter. To save the player name and chosen player color i use a savegame. I guess this would work on an built game, but when playing in editor(with multiple clients) only one savegame is created and the data of whoever saves last is saved. I tried to input the playerid to the savegame node but could not get it to work.
Does anybody have a idea how to solve this? Thanks.

edit: i save the game from the ui where name and color are input. i load the game in playerstate onbeginplay. it works but every instance of the game loads the same values.