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