Destroying Grabbed component not working?

hi, I am a beginner in unreal engine and I watched a video about holding objects, but after I made it I wanted to modify some the script I made and add some extra functions, I made it so if you press E the current held object destroys, but it didn’t work, here is the script I made

after I tested it, the object didn’t get removed and I was sure the script was working as I put a print string at the end of the destroyComponent function and it printed the string on the screen but didn’t destroy the object, please help, thanks :smiley: