Not Generating PipelineCaches Folder for Bundled PSO

I’m trying to set up bundled PSO for my game, but for some reason I’m not getting a folder called PipelineCaches in the Metadata folder. I’ve looked at this tutorial: https://www.youtube.com/watch?v=NVoXDgXKS5k. I’ve also checked around the web, but haven’t found anything to help me with this. For some reason the project won’t seem to generate the .shk files anywhere on my computer. I added the correct CVars to the .ini files for my project and checked if any of them contains any duplicated.

Help would be highly appreciated!

Well I finally figured it out. For others that may be as stupid as me and make the same mistake, I misspelled something in the DefaultEngine.

[DevOptions.Shaders]
NeedsShaderStableKeys=true

Is correct. I had it written as “NeedsShadersStableKeys=True”. That extra s really messed me up. Don’t be like me and take some breaks and get enough sleep :sweat_smile: