Navigation
API > API/Plugins > API/Plugins/ConcertServer
Inheritance Hierarchy
- IModuleInterface
- IConcertServerModule
References
| Module | ConcertServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServerModule.h |
| Include | #include "IConcertServerModule.h" |
Syntax
class IConcertServerModule : public IModuleInterface
Remarks
Interface for the Main Concert Server module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IConcertServerRef | CreateServer
(
const FString& InRole, |
Create a server that will perform a certain role (eg, MultiUser, DisasterRecovery, etc) | |
| IConcertServerModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |