Hello Dear Community,
I’m using source code version of Unreal Engine. I would like to enable shared derived data cache as being written in the documentary.
Here is my settings
Located under Config/DefaultEngine.ini
[DerivedDataBackendGraph]
Shared=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, DeleteUnused=true, UnusedFileAge=19, FoldersToClean=-1, Path=\\192.168.5.216\SharedDDC\, EnvPathOverride=UE-SharedDataCachePath, EditorOverrideSetting=SharedDerivedDataCache, CommandLineOverride=SharedDerivedDataCache)
AltShared=(Type=FileSystem, ReadOnly=true, Clean=false, Flush=false, DeleteUnused=true, UnusedFileAge=19, FoldersToClean=-1, Path=\\192.168.5.216\SharedDDC\, EnvPathOverride=UE-SharedDataCachePath2, EditorOverrideSetting=SharedDataCachePath2, CommandLineOverride=SharedDataCachePath2)
After I open my editor, still it says “Shared Data Driver Cache is not configured”
I wonder if my settings are not take place. I have access to path from my network I have checked already.
Tried more steps as below :
- Tried way 2 and 3 in the guideline, but still I dont have any result
- Put above settings under [InstalledDerivedDataBackendGraph]
Help would be appreciated.