You can destroy the CheatManager in order to disable it.
if(PlayerController->CheatManager)
{
PlayerController->CheatManager->ConditionalBeginDestroy();
PlayerController->CheatManager = nullptr;
}
You can destroy the CheatManager in order to disable it.
if(PlayerController->CheatManager)
{
PlayerController->CheatManager->ConditionalBeginDestroy();
PlayerController->CheatManager = nullptr;
}