Vive Controller Thumbstick Up,Down,Left,Right broke?

Has Epic removed support for the quad button configuration for the Vive MotionController Thumbstick? I cannot get UE4 to recognize the up, down, left or right clicks. It will only accept the button as a whole.

I’ve tried the following:

Resetting the computer, Vive and Unreal
Starting a new blank project
Action mapping the buttons

yep…I use the ”Get thumbstick Y/X“ to verify where i hit the pad~

“Thumbstick up,down” doesn’t work.You can use the"MotionController Face Button 1/2/3/4" replace it;

The Thumbstick Up, Down, Left, Right does not work with Rift controllers in UE4 4.16. I have been playing “A Mage’s Tale” and wanted to implement their controller scheme, but I could only do it with face buttons, I will have to tweak somethings to get it to work. Hopefully they implement the thumbstick directions soon.

You can add axis mapping for (MotionController_Left_Thumbstick_X) and check its input value. If abs of Axis value is over than 0.75 and less than 0.0, consider it was a left input action. This is my example

https://i.gyazo.com/9f9ed359684c9419e6abc63c9a3b9705.png

I’m using the oculus motioncontrollers and the right motioncontroller y-axis value is always zero. (UE 4.18)