Say you have an enhanced input event in your player character that opens a 3d menu:
Problem is, once I click anywhere inside the widget, the enhanced input doesn’t respond anymore. If I then click outside the widget, it works again.
Please help!
Edit:
Apparently the problem was that I had TAB key mapped to that action. For some reason, that prevented it from re-triggering once the widget gained focus. Any other key works. Would really love to know why TAB doesn’t.