C4 Engine Terathon Software C4 Engine API Documentation

• World Editor

API Links
Developer Links

class SceneImportPlugin

Defined in:  C4EditorPlugins.h
The SceneImportPlugin class represents a World Editor plugin that imports scenes.
Definition

class SceneImportPlugin : public EditorPlugin, public ListElement<SceneImportPlugin>

Constructor

SceneImportPlugin();

The constructor has protected access. Only instances of SceneImportPlugin subclasses can be created.
Description
The SceneImportPlugin class is the base class for all World Editor plugins that import scenes.
Base Classes
EditorPlugin A SceneImportPlugin is a specific type of editor plugin.
ListElement<SceneImportPlugin> Used internally by the World Editor.