Trying to move custom player pawn along axis left and right using Widget buttons.

You’d have 2 widget in this case:

image

  • wDirectionButton is the custom button with the Event Dispatcher
  • wMainUI is the widget that contains 2x wDirectionButton s

You add them the same way you add any other widget:

I renamed them to LEFT / RIGHT to make it clearer. You then bring up the Main UI to the viewport:

It already contains those 2 buttons.