Is there a way to disable WASD for camera movement?

I’ve created an empty project and made my own PlayerController class that uses the mouse input - so those events are firing correctly. What is the proper way to disable keyboard controlled movement?

On your Pawn, remove the “Add Default Movement Bindings” check.