Multiple types of input

I want to make multiple types of input for a mobile game.

Right now I have two virtual joysticks, one which moves the player left or right, and the other makes it jump. The joysticks are created in the touch interface.


I want to make more types of input like touching a section of the screen to move or jump like in this picture.

By default UE makes it so when you tap anywhere on the screen you jump.
Another input type might be moving when tilting your phone and jumping when you tap anywhere on the screen. You get the idea.

I can’t find any settings that can help me with this, and the only other way would be to use widgets which I think only works for one type of input.


I want to be able to select between these types of input and use which one I like more.

Thanks!