Grab object not working properly in UE5

I have a strange problem with grabbing objects. I’ve watched numerous videos on youtube, replicate them in UE5 (They are for UE4) and always face the same problem.
When I raycast to the object that I want to grab nothing is happening. After I slightly push the object I can grab it with no problem.

It’s driving me crazy what is the problem.
Any help?

I’ve upload video on Youtube : https://youtu.be/vtDQkwhjlfs

Thanks!

I have tried everything. How do I grab and drop items with physics? - Programming & Scripting / Blueprint - Unreal Engine Forums

1 Like

I was just missing to wake the rigid body after the grab component. This is new in UE5. Thank you very much Tuerer!

1 Like