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