Disable all Input

Found a different solution. Just need to check if it breaks my controller support.
Solution I used is to set the visibility of that popup (a widget that I temporarily add to the viewport) to visible. Doing that prevents me from clicking anything behind that widget and therefore essentially disabling the input temporarily.