I’m setting up my build server and I need a way to override certain parameters in defaultEngine.ini for various build targets. I.e. switching between Vulkan and OpenGL support.
One option would be to write a script that just updates defaultEngine.ini directly and reverts it after the build finishes but that doesn’t seem ideal?