Define player state class for a multiplayer game

This is what I did for my game. A variable type Structure with all the stats I need. in Even Begin Play I do as you see in the picture. Same variable also stored in Game Instance class which all me to update the character as long as the game is running. Once closed down the desired stats will be saved to a file which I can load in my next game run.
Hope this helps.