I’m having an issue trying to use a default UE UMG ScrollBox widget. I have a vertical ScrollBox UI panel so the user can scroll up/down. In that vertical ScrollBox i have a bunch of buttons, toggles, & sliders in the ScrollBox. When I attempt to swipe up/down UE thinks that i’m trying to manipulate/touch the buttons, toggle or sliders in the ScrollBox.
I’m looking for a way to get the UMG to recognize that the user is trying to swipe up/down and pass that event to the ScrollBox.
I’m in UE 4.27 but i have the same problem in 5.1 as well.