C4 Engine
C4 Engine API Documentation

EditorPlugin::GetEditorPluginName

Defined in:  C4EditorPlugins.h
Returns the name of a plugin.
Prototype

virtual const char *GetEditorPluginName(voidconst;

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.