It requires a bit of extra work to get what you are looking for.
you will need a hidden mesh that has SetSimulatePhysics = false;
another skeletal mesh that is a ragdoll.
now you will need to add forces to each bone to the ragdoll bone’s position and rotations to match the animation currently playing in the other skeletal mesh. This is very hit and miss.