Is there a way to Pause Game with a Touch Input?

What is likely happening here is that the PlayerController blueprint stops receiving input while the game is paused.

Select your input event node, in the details panel there should be a checkbox for “Execute when Paused” set this to true and your input event will fire wile the game is paused.