How to desable especific key inputs in blueprints?

on button released put a an if statement to check if is proned is true if not don’t do anything if true execute the rest of the code. this will recreate the same effect as disabling the input.

u can also create an enum to determine the situation the player is currently at like proned, crouched, running…