Cannot pickup more than one item in third person bp?

When you connect “get all actors of class” to the destroy node, it removes ALL of the actors of that class from your level. You would need to pass a specific reference to the object you are interacting with directly to your player character and store it as a variable. Then when your pick up widget needs to destroy the pick up item it uses the cast to the player character like you have and then can simply call “destroy” on the item reference variable in the player character. This will destroy an individual pickup item not “all” pick up items. If you need help with creating references check out video #25 in the link below.