How to implement oculus touch thumbstick up/down/left/right in ue5?

Hello everyone, This used to be very simple in previous versions, now I cannot figure out how to use motion the old trusty Oculus Touch Motion Controllers to move my character.
I have Oculus plugin enabled, also the Steam Plugin enabled and the Thumbstick input does not work.
I have tried printing Axis input with no luck.
oculus touch (L) Thumbstick Up
oculus touch (L) Thumbstick Down
oculus touch (L) Thumbstick Left
oculus touch (L) Thumbstick Right
does not working in ue5
The W/S Keys are working

Curiously enough, the X, A, B, Y, trigger, grip buttons are working as intended so only the Thumbstick is ignored.

Please help!
1
2

3 Likes

Ok, I figure it out :slight_smile:
I’m posting the fix if someone else stumble upon this:
The Oculus Touch Thumbstick Up/Down/Left/Right seems to be deprecated, but it is still in the list.
Use instead Oculus Touch Thumbstick X and Y.
R

5 Likes

thanks!