The only way it would work is to go in the project settings and set the path in the UI. I would have to do this on every computers.
I have this issue in 5.1 and 5.1.1.
I haven’t tried the environment variable approach as this is not ideal for us. We would like to have a shared ddc per project.
This is what I added at the beginning of DefaultEngine.ini file (in the project’s config)
Hi there. I was having the same issues and it took me a long time to figure out a solution. In the BaseEngine.ini file it had some comments there that said that [DerivedDataBackendGraph] is the default graph for source builds, whereas [InstalledDerivedDataBackendGraph] is the default for installed builds. It also describes what each flag does in case you want to make any adjustments to the settings (for example setting PromptIfMissing to True will let you know if your mount has dropped if you’re connecting to a mounted drive for your shared DDC).
So for myself I had to use the [InstalledDerivedBackendGraph] in order to get it to work. Try putting this in your DefaultEngine.ini in your project directory’s Config folder:
yes I found out as well and it works perfectly. The documentation should be updated with this information as I believe many are using the installed version.