class SceneExportPlugin
Defined in:  
The C4EditorPlugins.hSceneExportPlugin class represents a World Editor plugin that exports scenes.
Definition
class SceneExportPlugin : public EditorPlugin, public ListElement<SceneExportPlugin>
Constructor
SceneExportPlugin();
Description
The SceneExportPlugin class is the base class for all World Editor plugins that export scenes.
Base Classes
| EditorPlugin | A SceneExportPluginis a specific type of editor plugin. | 
| ListElement<SceneExportPlugin> | Used internally by the World Editor. | 
