Blueprint problem (player move and look around by double tap or sweep)

Hi there, I am trying to build a first person player controller system, where player can move one location to another location by double tap and look around 360 by sweep. I am able to run these two function of character separately without having any problem, but when I am trying to combine this two function, it won’t work correctly. When I sweep for look around, player move and look around same time. But it should be, double tap for move and sweep for look around. I am trying to make this player controller system by taking help from several tutorial, and now I don’t understand how to resolve this problem. It would be very helpful if anyone can point me to right direction to resolve this issue.

Thank you

In my touch controller BP

In my Player BP, for move

In my Player BP, for Look around