You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Due to the prevalence of SSDs, the Boot cache no longer offers the performance benefits that it once did, and its startup cost now often cancels out its performance gains. Additionally, there are cases where different values are being written for the same key, which is incorrect but has not been fixed; and the Boot cache ignores the second and subsequent writes, which can cause out-of-date content to be loaded from the Boot cache in a future session. #rb Zousar.Shaker #rnx [CL 17085965 by Devin Doucette in ue5-main branch]
4 lines
207 B
INI
4 lines
207 B
INI
[DerivedDataBackendGraph]
|
|
Local=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, Path=../../../Engine/Programs/%GAME%/DDC)
|
|
Pak=(Type=ReadPak, Filename=../../../Engine/Programs/%GAME%/DDC/DDC.ddp)
|