How do I override events like OnMouseWheel and OnTouchMoved in UListView?

At first, I tried to modify the SListView class by overriding it, but from UListViewBase, the classes are too complicated. Is there an easy way to override events like OnMouseWheel or OnTouchMoved?

1 Like