Switch between two VR pawns

Hello,

I would like to let the player change character in a VR project. Switch from one pawn to another using a key or a widget button.

This works well in first person but I can’ t figure out how to adapt it to VR :

Is there any way to make this work in a VR project? Thanks in advance!

Hi @mc_t_m ,
I simply fake the switch. I change the skeleton of the players pawn and switch the transforms of the old and the new pawn.

Maybe it will work with Possess, but don’t forget to change the cameras Lock to HMD setting.