Input touch stopped working from 4.7 to 4.8

Hello Everyone,

So I have a basically my set up in 4.7 isn’t working in 4.8.

All I need if for the touch to turn on a variable when touched and turn it off when no longer being touched.

46465-blueprint_47.jpg

46466-inputsetup_47.jpg

This is how it looks in 4.8. The blue print is exactly the same so I’m only putting the inputs.

46467-48.jpg

Has anyone had this issue. I don’t understand why it works perfectly in 4.7 and then in 4.8 it doesn’t react though the space bar works and the buttons on the UMG work also.

Any thoughts?

PS: the first person shooter does work.

It looks like Touch1 doesn’t exist in 4.8, and has been replaced with Steam Touches?
You can still call the InputTouch even while in a blueprint, so try adding that event in combination with your input bat.

46472-capture.png

Good luck, and hope this gets resolved!

Hey Divo this worked! thank you.

The strange thing is that the mouse wasn’t acting like the touch like it did in 4.7 even though “use mouse for touch” was on, but it’s working now so I can keep testing 4.8. Thank you again!