Lesson 55 - Dedicated Servers Game Mode
This commit is contained in:
@@ -20,7 +20,20 @@ public class DedicatedServers : ModuleRules
|
||||
PrivateDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
"Slate",
|
||||
"SlateCore"
|
||||
"SlateCore",
|
||||
"OpenSSL"
|
||||
});
|
||||
|
||||
// Adds in the plugin for GameLiftServerSDK if it is the server build.
|
||||
|
||||
if (Target.Type == TargetType.Server)
|
||||
{
|
||||
PublicDependencyModuleNames.Add("GameLiftServerSDK");
|
||||
}
|
||||
else
|
||||
{
|
||||
PublicDefinitions.Add("WITH_GAMELIFT=0");
|
||||
}
|
||||
bEnableExceptions = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user