I have an InputTouch event in my level blueprint. It works fine for the most part. But for some reason the Released event fires off when I touch the screen. So when the screen is touched, both the Pressed and Released events fire at the same time. Then when I lift my finger off the screen, the Released event fires again (as expected).
When I run this project, I can see both the Pressing and Released being printed on the screen as I touch the screen.