Enhanced input not working with UI

Okay, so I’ve been trying to figure this out for days without a fix or any research, but my problem is that I am holding down an enhanced input action to create and display a weapon wheel UI, but when I click a button inside the UI, it calls the completed trigger on the input action which removes the UI. However since I’m still holding the input action down, it recreates the widget on the next tick/frame. Does anyone know how to fix this?

Here’s how I create the widget:

Update: I fixed it, I just needed to uncheck the “IsFocusable” boxes on all the buttons it that widget and all subwidgets

1 Like