I have a simple input binding in my project settings, and I’ve added an input event in my player controller’s event graph. I’ve double-checked that the controller and pawn are set correctly in the game mode and that the game mode is set in the project settings.
Pressing the key has no effect. Adding a breakpoint proves the node is not hit. The breakpoint has a red exclamation, which I’m not familiar with. I’ve seen yellow exclamations before, which basically mean “code is unreachable”.
There’s nothing connected to it, simply speaking. Connect any executable node and try again; providing nothing else consumes that input (as mentioned in the post above), it should work just fine.
Wow, I had no idea the breakpoint wouldn’t fire without a connection pin to the next node. That seems silly to me (just trying to test something here), but adding any other node off the Pressed Exec fixed it.