Is there a clean way to access my plugin’s metadata from within the plugin itself?
I can probably use FPluginDescriptor::Load() and give it the uplugin file, but that feels hacky.
Can I get my own plugin’s IPlugin somehow and use IPlugin::GetDescriptor()?