Hey, I have a dash systeme in ue5, I whant to triggers the dash with a double tap imput. I follow the metode of this topique and it work… but ther is a probleme. It a 4 directional dash, you can dash to the left, right, forward, backward. So if you presse Wx2 you dash forward and if you press Dx2 you dash on the right, ok but the probleme is that if you press W and D almost at the same time you gona dash to the right… and it’s horrible becose player can’t do smole side movement wiout trigering the dash. Please telle me how can I fix this
Code it in Movement input, and use 1 or -1 with X and Y.
I use 5.0.3
For those wondering how to do this for actor specific events without the released timer, you can do the following
is there a version for using an input action node?