I am trying to create a drop down for a custom User-Defined build setting. I have created the setting LOGGING_LEVEL
but I can only enter a static value against each build configuration
I want to be able to select from a list like all the pre-defined setting
I am not sure if this is possible or not?
Sadly, this is not possible. User Defined setting is some sort of preprocessed macro. It should hold no more than one value as it's a basic variable.