Navigation
API > API/Plugins > API/Plugins/ScriptEditorPlugin
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IScriptEditorPlugin |
| Type | class |
| Header File | /Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Public/IScriptEditorPlugin.h |
| Include Path | #include "IScriptEditorPlugin.h" |
Syntax
class IScriptEditorPlugin : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IScriptEditorPlugin & Get () |
Singleton-like access to this module's interface. | IScriptEditorPlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IScriptEditorPlugin.h |