Navigation
API > API/Developer > API/Developer/BlankModule
Inheritance Hierarchy
- IModuleInterface
- IBlankModule
References
| Module | BlankModule |
| Header | /Engine/Source/Developer/BlankModule/Public/BlankModule.h |
| Include | #include "BlankModule.h" |
Syntax
class IBlankModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IBlankModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |