[Plugin] Access FPluginDescriptor from within plugin?

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()?

I got an answer for this over in the AnswerHub

When I should use this forum and when I should use AnswerHub? They seem like they both do the same thing.