Access custom macro at runtime

I’ve created a custom macro flag at Project Settings → Macro Configurations → Custom Macro

But during runtime when I call a macro variable it doesn’t contain my custom macro flag

For example:
I create a custom macro NEW_CUSTOM_MACRO
But in code cc.macro.NEW_CUSTOM_MACRO is undefined

What is proper way to call a custom macro?