Navigation
API > API/Plugins > API/Plugins/BlankPlugin
Inheritance Hierarchy
- IModuleInterface
- IBlankPlugin
References
| Module | BlankPlugin |
| Header | /Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Public/IBlankPlugin.h |
| Include | #include "IBlankPlugin.h" |
Syntax
class IBlankPlugin : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IBlankPlugin & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |