Question regarding the getting player controller in ToonTanksGameMode.cpp. Is there a reason we are not using
Tank->DisableInput(UGameplayStatics::GetPlayerController(this, 0));
instead of making a getter for a private APlayerController in tank class and using that to disable input?
Would it provide the same result?