How "WaitInputPress" node work in GAS ?

Hello,

I’ve got an issue with this node.
It work perfectly fine on the server, but on the client no matter what i’ve done, this is always triggered instantly and not waiting client input.

I’ve checked Lyra, and all the ressource i can found, but still clueless.

I finally, after many days, achieve to solved this issue.

This strange behavior was cause i was calling two time the BindAbilityActivationToInputComponent.

Just add a check, to avoid this, and voila.

What is the BindAbilityActivationToInputComponent? I’m binding abilities to inputs in my player controller on SetupInputComponent, any suggestion on how to fix? I’m getting the same problem you are still