Blueprints for swiping left/right and under obstacles.

I’m currently trying to make a Temple Run like game for android mobiles. At the moment I’m using joysticks for the controls but I need to be able to swipe left/right and under obstacles. Could anyone show me the blueprint setup to achieve this? Thanks :slight_smile:

You can try this: GitHub - getsetgames/Swipe: A plugin for Unreal Engine 4 that exposes swipes on mobile devices as events in blueprint.
Or make your own code using the “Input Touch” object
p.s. I put my code in “EventGraph” of my “RunCharacter” blueprint

i used that swipe plugin but i can’t enable that plugin if i enable that one error message is showing please tell me how to fix that problem.
[ATTACH=CONFIG]66741

did you find any solution to this problem?