Teleport / Set Actor Location for a ragdoll

Hi, I’ve been trying to implement teleporting a character in ragdoll which I thought would be simple but apparently I am missing something.

Particularly teleporting a character in ragdoll state from one (actor) portal to another (actor) portal. Using OnComponentBeginOverlap on the character BP is what I thought would be best but I also tried doing it on the portal BP’s and the level BP, with no success.

I can get a string to print but using the Teleport function or the Set Actor Location function doesn’t seem to move the character. All the tutorials and answers I’ve seen on the subject show moving characters or objects but no ragdolls so maybe that is the issue?