I am trying to script logic where you display the properties of any object you grab using VR grab component
My solution was to set the needed information and call the function using OnComponentBeginOverlap. But what I really want is for this to work on OnGrabbed
My final solution was to create a box collision attached to the right hand and run the logic once it overlaps with the actor. This served the intended purpose for my project