Getting an Input system error I have no clue how to figure out

Following a tutorial on making 2D games in Unreal and ran into a problem. I got the Input Mapping Context set up, but when I try to save it, I keep getting things like “There cannot be a Null Input on a Key Mapping” or “There cannot be a Null Trigger on a Key Mapping”. This is the tutorial I’m using: https://youtu.be/QVxK2dPJr4g?feature=shared

I implemented the functionality and it works.

1 Like

Where exactly are you seeing these error messages?

It throws that error when running into a nullptr in the modifier/trigger array during validation in the editor. Go into your Input Mapping Context, check that you dont have any extra zombie triggers and modifiers.

1 Like

That was exactly it for me. Triggers were collapsed and I didn’t notice an input had 1. I must have accidentally clicked it. Deleted it and the error went away.

1 Like