Unable to release grabbed object (VR)

Hello all! Hope you are enjoying the holidays!

I am working on adding a door in VR and so far I have it working great except I cannot let go of it once I grab it! I have attached screenshots of my blueprints and a video demonstrating my issue. I am very new to Unreal Engine and game development in general.





This condition will never return true. You need to get the distance between the two vectors and then compare it to the radius ( two floats )… also you should do distance <= radius, not ==.