You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove unnecessary UEBuildTarget parameter being passed to build platforms.
[CL 2707256 by Ben Marsh in Main branch]
This commit is contained in:
committed by
Ben.Marsh@epicgames.com
parent
ebed7efe0a
commit
b2acdadf67
@@ -292,7 +292,7 @@ namespace UnrealBuildTool
|
||||
return true;
|
||||
}
|
||||
|
||||
public override void GetExtraModules(TargetInfo Target, UEBuildTarget BuildTarget, ref List<string> PlatformExtraModules)
|
||||
public override void GetExtraModules(TargetInfo Target, List<string> PlatformExtraModules)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user