Using two keys

How do I connect two keys together? Using UE 5.1
Using 2x Keys

Hey there @Kasey_Dee! You can actually set up modifier inputs in the old input system (which is being deprecated)

image

alternatively you can use the new input system, and use chorded inputs in an input action’s trigger:

image

However if you just wanna use the BP keys events, you can click the input key and go to the details panel, then check the shift modifier. However if you want to know how to do it with different keys, you can either set a bool or use a gate.

Let me know if you have any questions!

3 Likes

Thank you for taking the time to respond. That’s the answer I needed.

alternatively:
you can use a gate…
that opens when one key is pressed, closes, when it get released…
and triggers when second key is pressed.

1 Like