Hello everyone!
So I am testing the VR in UE5.1 (Meta Quest Pro) with lumen and nanite. I am using the older version of VR Pawn and then copying it to the new UE5.1 project, when I interact with the 3D Widget on my left hand then something wrong happens.
My first click on the widget work but the next click don’t. I can’t even move or do anything. It likes to stop receiving my input until I use the mouse and click on the screen then I can move my pawn and interact with the 3D widget. When I click on the widget it happens again.
Please help me with this.
Thank you!!!
Had the same issue. Try using the On Pressed event instead of the On Clicked event for button widgets.
1 Like
I think the problems in the input project setting. You have to swap to use Enhanced Input Action to make it works.
Yes, I had to implement the enhanced input too.
1 Like
I also had to set up enhanced input to get this working
1 Like
Is it working now???