You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UnrealBuildTool: Even faster build iteration with bUseExperimentalFastBuildIteration
- Shaved over *half a second* of the best case iterative build times with UnrealBuildTool - When assembling a build from an existing UBTMakefile, we now load Target information from the makefile instead of from the C# assembly [CL 2278065 by Mike Fricker in Main branch]
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Text;
|
||||
|
||||
namespace UnrealBuildTool
|
||||
{
|
||||
[Serializable]
|
||||
public class UEBuildEditor : UEBuildTarget
|
||||
{
|
||||
public UEBuildEditor(
|
||||
|
||||
Reference in New Issue
Block a user