Widget Input Issue

As ElFab said, the branch and bool would be the easiest.
In your player controlled pawn, set up the boolean and a “active widget” variable.
When the widget is opened, cast to player and change boolean. When you open the loading bar, turn the bool off and on the closing of the loading bar, set the boolean back to true.