EditorPlugin::GetEditorPluginName
Defined in:
Returns the name of a plugin.
C4EditorPlugins.h
Prototype
virtual const char *GetEditorPluginName(void) const;
Description
The GetEditorPluginName
function returns a pointer to the name of a World Editor plugin. All plugin subclasses must implement this method, and the return value cannot be nullptr
.