Trigger character ragdoll with input key event?

Hello,

You will want to drag off a get reference to your mesh and then use a “Set Simulate Physics” node set to true.

In this example, I am in a player controller, casting to my character, so that when I press ‘F’ the character’s Skeletal Mesh will enter a “ragdoll” state. I hope this helps!

Cheers!