Respawn player with inventory and Enemy AI attacking player

Ive been making a game in Unreal Engine 5, still new to it so I dont understand alot. In the game I have so far the player can attack the enemies, and the enemies can attack the player and move with the help of the AI, I also have an inventory wich its used to stored loot that I can pick up from the enemies.

My problem is when the player dies it respawns but the enemies no longer attack the player and I lost everything in my inventory.
How can I fix this to allow the enemies to keep attacking the player after he respawns and to keep all of the items I had in my inventory after respawn also


Would very much appreciate if someone can help me.