New Shooter Game Mode Complete - Lesson 44 done.

This commit is contained in:
Norman Lansing
2026-03-12 21:31:36 -04:00
parent 51e89e8613
commit 23bcff131a
2 changed files with 174 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ struct FServerParameters;
struct FGameLiftConfig
{
bool bIsAnywhereFleet = false;
bool bAllOptionsFound = false;
int32 ServerPort = 7777;
@@ -48,4 +49,9 @@ private:
bool GetAnywhereFleetParameters(const FString& CommandLineString);
void LogAnywhereFleetParameters();
static void LogServerParameters(const FServerParameters& InServerParameters);
static FString GetValueOrHash(const FString& Value);
TSharedPtr<FProcessParameters> ProcessParameters;
// TSharedPtr<FServerParameters> ServerParameters;
};