Best approach for Multiplayer Data thing

If inventory is an abstract storage that the player has, then it can be a component added to Pawn. If it is an item, such as a backpack, and the player can remove it or put on another one, then it is a separate actor.