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