Thanks, that seems like a reasonable solution.
We ended up needing a system to go through and process geometry on every level of the game (merging actors for perf), so one of our engineers added the ability for us to specify WorldSettings as part of that process. I believe he used the commandlet system to implement that so it can be automated as part of the build server process.
Nice to have a couple of different options for the next project though.