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