Lesson 82 - Parsing Create Player Sessions

This commit is contained in:
Norman Lansing
2026-04-05 20:52:27 -04:00
parent 16e4470081
commit 03867600b8
4 changed files with 27 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ void ADS_GameMode::BeginPlay()
void ADS_GameMode::InitGame(const FString& MapName, const FString& Options, FString& ErrorMessage)
{
Super::InitGame(MapName, Options, ErrorMessage);
UE_LOGFMT(LogTemp, Error, "We got into InitGame of ADS_GameMode");
#if WITH_GAMELIFT
CachedCommandLine = FCommandLine::Get();