Project settings module is private and not easily modified

I wanted to add custom settings to my custom AISystem and another custom singleton system class to the project settings.
The interface is private and isn’t designed for extension. I will do this manually, but prob won’t do a formal pull request for it so I’ll report this feedback instead.

Hey dzeligman-

Which interface are you trying to edit that is set to private? If you could provide some additional information about the problem you’re having then we can investigate possible solutions.

Cheers

FProjectSettingsViewerModule which in turn appears to be a wrapper for the ISettingsModule interface. I might be able to just Register settings to that elsewhere, I haven’t tried yet.

After further investigation this is not a problem. There are many example of other modules directly accessing and modifying the settings module.