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
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