VR_Pawn falling through lift

I think your Pawn needs to be inside a physics asset of some kind unless you are positioning the pawn directly. The standard character class is a capsule with collision and then a skeletal mesh inside of that. Here, it looks like you only have the sceneRoot which is just for positioning but doesn’t really do anything else.

I’ve setup the VR Pawn as written in the epic vr documentation and everything works fine.
Except one thing: When I want my pawn to ride a matinee animated lift then the lift does not take the vr_pawn with him.

I also created a VR_Character, based on the Character class and this one works fine with the lift.
But I have some other issues with this which are not related to this topic (the vr controllers are off and not centerd to the hmd)

So how can my vr_pawn ride the lift? What component am I missing?

89613-ue4editor_2016-05-06_02-26-39.png

I created a character based Blueprint and everythign worked fine.

I have this same issue and using the motion controller BP for VR and on the motion controller map. Could you please provide the solution that you used? I was not able to figure this out even with new char blueprint but may have done that wrong. Would be great if you could help us all out. This is what happens when I try to use a matinee lift.