Key press not working on character class

I’m trying to change some variables of Character blueprint class with defined keypress in Project Settings but they not working, in Level blueprint they working. I try to find a solution from google but nothing helped. I hope someone could help me here.


Has your character been possessed by a controller?

Also, unrelated to your question, but you should look into Enumerators. Consider replacing your booleans/branches with switches and select nodes.

Try using “enable input” node in beginplay and plugging your character controller in it.

edit: nvm you already did that.

Uhm… Okay try this… select your key press node and enable “consume input”. Also if you use the keys anywhere else, make sure consume input is deselected in those classes.