You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -1439,10 +1439,6 @@ namespace UnrealBuildTool
|
||||
Args.Add("-project=" + MakeUnquotedPathString(OnlyGameProject, EPathType.Absolute));
|
||||
Args.Add("-game");
|
||||
}
|
||||
if (bIncludeEngineSource)
|
||||
{
|
||||
Args.Add("-engine");
|
||||
}
|
||||
|
||||
if (bIncludeDotNetPrograms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user