How do I stop my touch input going through my UMG?

I have a touch input system that can
rotate a camera by dragging your
finger left or right across the
screen.

Assuming this is done in the player controller, passing handled should prevent the controller from receiving input.