Teleport a VR Player

Hello,
what is the canonical way to move (teleport) a vr player in the world?

I’m not talking of interaction, just simple teleport to an arbitrary location (vector3).
I’m using the SetActorLocation, but the origin of the live link bones (for instance) remains in the start position.

Maybe you need to use another function in general to move characters? SetActorLocation is too low level?