How to instantiate EditorInsectorPlugin in GDNative EditorPlugin written in C++?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lurker

I have GDNative EditorPlugin written in C++ and I wish to load custom EditorInspectorPlugin derived object in it.
I get null object error instantiating it with MyEditorInspectorPlugin::_new( );.

Should this be in the Engine category?

Friends-Games | 2020-07-15 20:42