Why is my Input Key press not working in Blueprint?

Hi cmiccio. Have you tried binding your input key to an action mapping?

  1. Open Edit > Project Settings > Engine > Input > Bindings.
  2. Press the “+” key to create a new entry, then give it an action name (eg. “jump”, “attck”, etc.).
  3. Expand the binding with the triangle icon and select the keys you want to map.
  4. Go back to your Blueprint graph, right click, and start typing the name of your action.
  5. You should see an Input > ActionEvents > $ActionName entry.
1 Like