Is Possible to Keyboard Arrows key connect to widets button ?

How is this supposed to work? I press up arrow and a widget lights up? Or I press a widget button and the character starts walking? Or both?
[HR][/HR]
Assuming I understood what you meant, in the widget:


https://forums.unrealengine.com/core/image/gif;base64

You can see the enumerator here ^^^. And here’s the script for the player blueprint:

Repeat the code at the bottom for the other 3 arrows. The goal here is to press a keyboard arrow and have the respective widget button light up.

Hope it helps.