Adding Project Settings in one section over multiple classes?

Thanks, but how exactly would I go on about doing that? It’s not the pattern itself that confuses me.
Rather, I just tried to create another UObject that would be a “setting”, but I now noticed I can not have objects marked with the UProperty specifier “config” - which means I wouldn’t be able to create “settings classes” anyways.

You mentioned the “main settings class” would fill the custom widget list with its children. How do I do that though? I was under the impression I could just create a settings page by using the config specifiers. I don’t think I can add member attributes to the “main custom settings class” dynamically though.

Are you suggesting I could create the settings page differently?