Enhanced Input Problems

Ive been following multiple tutorials and as far as I can tell this input action should be working. Ive tried adding different triggers to no avail. If anyone can tell me what im missing I would greatly appreciate it.
2
3
4

Hey @Kiferus, welcome to the forums!

Can you show the entire window of the input action (jump)? It would help to know as much as we can. I’m thinking it may not be the right class?

Are you using Unreal 5.4.4?

Get back to us soon! :slight_smile:

Did you set your game mode/player controller in Project Settings > Maps and Modes, and in World Settings?

You can use the console command ShowDebug EnhancedInput to see what player controller is being used and what context and actions are loaded/firing.

Im using Unreal 5.4.2. Do you mean like this?


Or like this?

and can you see with print strings whether the condition is being executed till the last? in begin play

Good call, I checked whether it was valid but not the final execution. It isnt going through
Edit: Deleting and remaking it fixed it.