Store clothes of character

Question is where do I need to store clothes of character for MP game?
Basically I did the following: when player change clothes (shirt, pants etc) it’s event on the server and all players can see it. But, if some player connect later he could not see it.
I suppose it need to be stored in player state so every player who connects later on the server can see player clothes?
Is this the right way to do it?

Seems that I solved. I just need to replicate SKMesh variable and init it on begin play.
It’s working fine.