What might cause a touch interface to not appear?

It appears UMG widgets were obstructing it. I had created 3 when the player enters a water volume.
Though all of the UMG widgets (the canvas and all the objects within it) were set to Hit Invisible, they were still blocking it.

Combining all of the widgets’ elements into one UMG blueprint fixed the problem.