You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- resource binary files are not copied to an Intermediate location first. - resources.pri is also not created in the Intermediate location first. - file diffs are done on generated files only; resource binary files use timestamps. - only copy the resource binaries for the cultures that we are staging. - final file removal & copying is left to the end of the process rather than being ad-hoc. Additionally, the output from makepri is only logged if there was an error, to reduce signal/noise. #preflight 624b26cab33098a72d1bd843 #rnx #rb Eric.McDaniel #jira UE-147269 [CL 19622112 by David Harvey in ue5-main branch]