OnTouchMoved override in widget not working on Android, UE 5.4

I’m trying to implement a touch move scroll for a scrollbox widget on android. It’s working on PC with OnMouseMoved but not OnTouchMoved and when packaged to Android and tested it isn’t working either.

Oh! The issue was because I was using a child widget and I had to set it’s Visibility to Not Hit-Testable (Self & All Children) and I set the root widget to Visible!

1 Like