CogEngine: Add Levels window to load a specific level

CogSample: fix server target not excluding cog
This commit is contained in:
Arnaud Jamin
2025-02-09 01:18:27 -05:00
parent f13ef84dab
commit 8b650632a7
7 changed files with 283 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class CogSample : ModuleRules
"Niagara",
});
if (Target.Configuration != UnrealTargetConfiguration.Shipping)
if (Target.Configuration != UnrealTargetConfiguration.Shipping && Target.Type != TargetRules.TargetType.Server)
{
PublicDependencyModuleNames.AddRange(new string[]
{