ProjectGeneration: Don't filter out engine by default for -game

#jira UE-122365
#rb none
#rnx

[CL 17543621 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
Joe Kirchoff
2021-09-16 15:52:33 -04:00
parent 6dba5a9117
commit 5d87c2798d
2 changed files with 0 additions and 5 deletions

View File

@@ -1439,10 +1439,6 @@ namespace UnrealBuildTool
Args.Add("-project=" + MakeUnquotedPathString(OnlyGameProject, EPathType.Absolute));
Args.Add("-game");
}
if (bIncludeEngineSource)
{
Args.Add("-engine");
}
if (bIncludeDotNetPrograms)
{