How to customize ClassSettings tab in blueprint editor?

Hey, I’m writing a plugin and would like to add some slate UI to the “Class Settings” tab of all blueprints. Seems like FBlueprintGlobalOptionsDetails is handling most of it but I cannot find an entry point like the Property Detail Panel (via FBlueprintEditorModule::RegisterVariableCustomization).

Is there any way this is possible without engine modifications?