UI - Multiple Keys for On Pressed Event

What I ended up doing was leaving the default button pressed function alone. I then just set all my enhanced inputs in my character bp to operate outside of pause and then just put in a simple bool after those inputs to check if I was in the menu or not, if in the menu, the enhanced input then just ran a custom event in the widget that did whatever menu stuff I wanted.