PlayerController is not your class, right? It’s just the base controller which does nothing by default.
In general, you’ll want to put your input decoding code in your custom Controller class, not the Character class itself.
PlayerController is not your class, right? It’s just the base controller which does nothing by default.
In general, you’ll want to put your input decoding code in your custom Controller class, not the Character class itself.