My VR character wont drop item when i release the grip button

Been trying to debug this for some time, but cant seem to find the sollution on my own. I am trying to make the character drop the item when the trigger button is released, but sometimes work, but most times dont. So i could REALY need some help with this one.

This is my Character Bluerpint:

Hi, I would not use the “Other Actor” from the “On Component Begin Overlap (Grab Sphere)” in drop, cause I’m not sure what will happen when your “Grab Sphere” overlaps with something different and you then want to drop.
As soon as you pickup something (not overlapping but pickup) save that something into a variable. And when you want to drop it, use this variable as input into your “Drop”.