Hi,
I’m unsure how to realize a Pause Menu in Multiplayer that I can close with the ESC button using the Enhanced Input System.
If I set Input Mode to UI Only, it says that no Input Action will go through at all. But when I set Input Mode to Game and UI, I’m not sure how to block all the other Player Input (which in Singleplayer wouldn’t execute because the Game is paused).
My idea was to create an Input Context Mapping just for the ESC button, but I don’t think I’m supposed to remove all the other Mappings temporarily since there’s no function to do that in Blueprints. Is there a Best Practice on how to handle this in the EIS?