You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Fix profiling of -xge and -noxge in the same pass resulting in redundant compile steps (UE-173565) - Make -noclean also imply -nopostclean - Add support for -ubtargs / -ubt2args / -ubt3args etc to allow profiling of different UBT args (similar to -cookargs / -cook2args etc) Ex - RunUAT BenchmarkBuild -project=Unreal -client -compile -ubt2args="-nodebuginfo" -ubt3args="-nopch" -ubt4args="-disableunity" -noxge Task Unreal Build Client Win64: 00:08:12 Task Unreal Build Client Win64 (-nodebuginfo): 00:07:41 Task Unreal Build Client Win64 (-nopch): 00:13:43 Task Unreal Build Client Win64 (-disableunity): 00:22:49 #jira UE-173565 #preflight none #rb swarm [REVIEW] [at]eric.knapik [at]henrik.karlsson [CL 23616624 by andrew grant in ue5-main branch]