Just had the same problem. It seems this is caused by the physics object going to sleep. If a physics object is asleep it will not get updated and as such is just staying in the air. When you walk into it you wake it up and it starts moving again. To resolve this problem you could do something like this in the blueprint of the object you are grabbing.
This did the trick for me. Hope this helps