Skip to content

Instantly share code, notes, and snippets.

@sensvos
Last active April 17, 2019 09:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sensvos/d3ab107917c057004357231e5329c670 to your computer and use it in GitHub Desktop.
Save sensvos/d3ab107917c057004357231e5329c670 to your computer and use it in GitHub Desktop.
Lines setting shared DDC path per project that are to be put in one of *Engine.ini files.
;[DerivedDataBackendGraph] ; For source engine build
[InstalledDerivedDataBackendGraph] ; For installed engine build (such as launcher version) - pick one
Shared=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, DeleteUnused=true, UnusedFileAge=19, FoldersToClean=-1, Path=\\Server\DDC, EnvPathOverride=UE-SharedDataCachePath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment