Stub of FLpxSockets is now in place

This commit is contained in:
2023-06-23 16:27:23 -04:00
parent 42f3e02ec2
commit d5d4e0a650
6 changed files with 220 additions and 51 deletions

View File

@@ -14,10 +14,12 @@ public class Integration : ModuleRules
// Uncomment if you are using Slate UI
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
// Uncomment if you are using online features
// PrivateDependencyModuleNames.Add("OnlineSubsystem");
// To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true
AddEngineThirdPartyPrivateStaticDependencies(Target, "OpenSSL");
}
}