You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Enabling verbose DDC logging with -ini:Engine:[Core.Log]:LogDerivedDataCache=Verbose was causing extra idempotent puts because of checks for the DerivedDataCache commandlet that checked for "DerivedDataCache" anywhere in the command line. Check for "Run=DerivedDataCache" instead to avoid the problem. #rb Matt.Peters #ROBOMERGE-SOURCE: CL 11215688 via CL 11215689 #ROBOMERGE-BOT: (v644-11213502) [CL 11225076 by devin doucette in Main branch]