How to use mulitple inputs to trigger one action?

Hi? I wanted to make something like naruto strom 4 input for my game. For example when i hold “S”+“D”+“K” keys together it triggers one action but all those keys are also a independent actions for each when pressed alone. My idea on making this. But all the keys considered as independent actions.


1 Like

You could uese the “Gate Node” in your Combo event. Set it on ClosedStart, Open it when all 3 Buttons pressed and close it when any Button is released.

1 Like

Hi? Sorry to bother you. Im new to ue and don’t really know how to do that. Can you show me how? where should i put gate node?

1 Like


like this?

2 Likes

I can’t do a diagram for you right now, but for each key event, you can also use the ‘is input key down’ node to check the others…