Keyboard Press to UMG Button Selection

OK, I managed to get this to work. I solved this by sending action events from the level blueprint to custom events in the UI widget. Of course there is no “click” command, so I needed both a press event and a release event. But it works without errors. Thanks!