Right Ctrl not working in play mode?

Hi, I’ve just started working with UE5. Trying out the default FPS project, and trying to add crouch. Crouch works, that’s no issue, but only when not tied to the right ctrl key. In fact, tying anything to right ctrl causes it to cease all function.

I’m assuming that the Enhanced Input Key for crouch is also right ctrl? (Where do you even find the default enhanced inputs?) Because tying the Crouch function to event IA_Crouch also does nothing.

I was able to get crouching to work, but only after tying it to Keyboard Event 1

Hello, the first thing I would do to diagnose the issue is to bind the key to a simple event:

Then hook up whatever the function is to crouch to this output.

I tried that by tying Keyboard Event R CTRL to the Jump function, which didn’t do anything when right ctrl was pressed.

Instead of “Jump” attach it to a PRINT STRING node.

See if text is rendered on-screen.

And post screenshots please.