Is there any way to get touch position on entire screen?

Hi, is there any way to get touch position on entire screen or on UMG Element comsumes click event like Button or CheckBox?

I’ve tried used APlayerController::GetInputTouchState() when touch world, and UUserWidget::NativeOnTouchStarted() when touch UMGs.

But when I tried to get touch position on UButton and UCheckBox, click event was consumed in FSlateApplication::RoutePointerDownEvent().

Is there any way to get touch position on entire screen or on UMG Element comsumes click event like Button or CheckBox?