At the start of the lecture Input was changed to PlayerInput in the .cpp file
void UBullCowCartridge::OnInput(const FString& PlayerInput)
Why did we not need to change that in the header file as well?
virtual void OnInput(const FString& Input) override;
Thanks