Find of Create Game Session Endpoint

This commit is contained in:
Norman Lansing
2026-04-01 22:06:13 -04:00
parent 2d8de0369c
commit 8f916c855b
6 changed files with 6 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ 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();