VR pick up and put down (detachfromcomponent)

I want to pick a static mesh cube use VR Motioncontroller trigger ,i can pick the thing up,but can’t detach it.alt text

Instead of “DetachFromActor” try “DetachFromParent” (deprecated since 4.12) or “DetachFromComponent”, both of which will detach the component from whatever it is attached to.