Input Touch Events over Scroll Box doesn't check if a touch drag is released

I’m having the same problem. My camera controls are multi touch. But if my UMG has a ScrollBox, it stucks my controls as if one touch is always on the screen, because the ScrollBox doesn’t consume the “Pressed” event but does so with the “Released”. So, for the game, it’s like I’ve touched the screen and never let go.