Lesson 55 working properly now

This commit is contained in:
Norman Lansing
2026-03-26 21:07:11 -04:00
parent 241b78fa4a
commit f093212884
28 changed files with 65618 additions and 529 deletions

View File

@@ -19,6 +19,7 @@ public class FPSTemplate : ModuleRules
"EnhancedInput",
"PhysicsCore",
"OpenSSL",
"DedicatedServers"
});
PrivateDependencyModuleNames.AddRange(new string[]
@@ -29,19 +30,6 @@ public class FPSTemplate : ModuleRules
"OpenSSL",
});
// Adds in the plugin for GameLiftServerSDK if it is the server build.
if (Target.Type == TargetType.Server)
{
PublicDependencyModuleNames.Add("GameLiftServerSDK");
PublicDependencyModuleNames.Add("DedicatedServers");
}
else
{
PublicDefinitions.Add("WITH_GAMELIFT=0");
}
bEnableExceptions = true;
// Uncomment if you are using Slate UI
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });