How to press buttons same time by UE5 widget Blueprint?

How to press buttons same time by UE5 widget PB?
i mean i have 2 buttons like this:

i just making race game but i need to go forward with turn left. but only one button works at the time.
how to do press buttons same time by UE5 widget Blueprint?

Hey there @ganbaa_elmer! So if you definitely want it to be a widget, and your buttons overlap a bit in their corners, all you’ll have to do is turn off “IsFocusable” on all of the buttons, and then you can hit multiple at once. However this is a bit hacky for something like this.

It’s more recommended to use a stick (like the one built in for mobile HUD) and then just use your custom art instead of the feedback stick. I’ve got a tutorial that goes a bit into it!

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.