Player Character grabbing a ragdoll

Hey everybody.
I’m making an animal simulator (kinda - just to explain easily).
I want the predator to kill the prey(done), after which I want the predator to eat / carry the kill.

I want to grab my ragdoll which is earlier a AI pawn. Collisions are turned off other than the Parent Capsule collider.
I found a couple of answers in UE4 answerhub explain to use Physics handle. So I did but this is what i’m getting :frowning:

The ragdoll is dragged from behind like it is being dragged by a thread.
I want the ragdoll to be in the mouth of the predator.
I’m already doing this for picking other items but they are static meshes (itemstopickup class).
Any help would be great. Images commented below.

SOLVED !

This can’t be the answer – imgur links aren’t public.

Would you mind sharing your solution? I would really love to throw around some Ragdolls in VR :wink:

I was looking on how to do this when I found this topic. Since I found the solution I thought I might aswell share it here just in case.

  • This is on my FirstPersonCharacter
  • The Physics Handle component goes on the Player Character
  • “Grab Handle” is an empty actor I put in front of my character to offset the grab at this position
  • You might want to modify the Interpolation Speed in the Physics Handle Component (I put it on 2 for now)

Could you share this solution?