Mobile Touch Controls (UMG, Touch Interface,Input)I

Hey. I want create a touch button to fire. I thought it is a good way to use the umg. The problem is that i need this button as input key

I have the same problem with UMG button not able to activate Keyboard U key. Does anyone know how to activate Keyboard input Key with UMG button inside the widget??

Create a custom event and have the button execute that instead. If you also need to use the key, it can be wired into the same event or even call that same custom event.

That’s what I had to do. I think MobileButtonTouch might only work with the TouchInterface hud, which is not UMG and actually interferes with UMG a lot. I don’t remember if MobileButtonTouch is part of that but if it is, then I would not recommend trying to mix them with UMG

JProduction, did this solve your issue?

Just wire it to the same nodes as the keyboard input event is wired to, or have it call the same function