Navigation
API > API/Plugins > API/Plugins/ConcertSyncServer
Inheritance Hierarchy
- IModuleInterface
- IConcertSyncServerModule
References
| Module | ConcertSyncServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/IConcertSyncServerModule.h |
| Include | #include "IConcertSyncServerModule.h" |
Syntax
class IConcertSyncServerModule : public IModuleInterface
Remarks
Interface for the Concert Sync Server module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IConcertSyncServer > | CreateServer
(
const FString& InRole, |
Create a sync server that will perform a certain role (eg, MultiUser, DisasterRecovery, etc) | |
| IConcertSyncServerModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FOnConcertSyncServerCreated & | Callback for when a ConcertSyncServer has been created. | ||
| UConcertServerConfig * | ParseServerSettings
(
const TCHAR* CommandLine |
Parse command line server settings and apply them |