Action RPG Inventory System

I’m having an issue in my game with this inventory. I followed all the tutorials and implemented in my game. Everything works well until a player dies and respawns. I’m sure it has something to do with how my game respawns but I’m not sure. Currently you spawn in and the inventory works great. When I die and respawn everything is still in my inventory and I can still pick new stuff up but if I try to equip anything the doesn’t show up on my character. It works in the UI but the meshs are not showing up on my character. It was originally stopping my line trace for items too but I figured out on my respawn I had to set the character reference in my player controller to the newly spawned in player character. When a player in my game dies and new player character is spawned and possessed by the controller. Am I missing something here? Any help is much appreciated!!

Edit: Looks like I got it working.