So im making a flappy bird game for a learning expirence and I wanna disable wasd completly. How do I Do that
Disconnect the AddMappingContext node in BP_ThirdPersonCharacter
Hey there @KennanKJ! Welcome to the community! As Coder mentioned, you could remove the context mapping, however this disables all of your enhanced inputs. If you were using the jump input, this would cause your character won’t be able to jump!
Instead I would recommend just removing the “WASD” input actions (IAs) from the input mapping context (IMC). You can also remove the gamepad and directional keys as well if need be.
I’d also recommend doing a bit of dedicated practice with the Enhanced Input system:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.