You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Technically, it did work on the affected platforms, because we could modify a .cpp file and deploy this change, but UBT ran a full build script including compilation, linking and symbol generation, which is unnecessary because only compilation is needed. Thus, it increased the update time from 1-10 sec to 60 seconds (the time is dominated by the link time). Fixed by adding a special Target to our projects that runs only compilation steps. #preflight 6348626af622f6c4bbd93647 #rb Joe.Kirchoff, #jira UE-165149 #rn fix Sony Live code edit (edit and continue) no longer triggers linking when applying code changes. This way iteration time is significantly reduced. [CL 22534283 by Wojciech Krywult in ue5-main branch]
20 KiB
20 KiB