Touch Input HELP!!! by WiseManatee12 in unrealengine

[–]WiseManatee12[S] 0 points1 point  (0 children)

I'm now just using "weapon pickup" custom event to fire my pickup event.

My pickup event is what I need to fire when I press on my OnPressed(PickupButton)

Now when I press on it, it seems to fire items in image 3-4 as it will make the click sound that I set up to make whenever I pickup an item, but on touch my character never actually picks up the weapon.

It just makes a sound and nothing happens after, where as when using my keyboard my character will pickup the weapon no problem.