When i search one of my input actions
in the widget blueprint then they
don’t show up. Can anyone tell me why?
Widgets handle input very differently from the player controller. When the widget has keyboard focus, you can override onKeyDown and process the input there:
Since widget input interaction can be often quite more complex than a mere press button -> do a thing
, this method allows for more granular control.