C4 Engine
C4 Engine API Documentation

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();

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.