Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
Inheritance Hierarchy
- IModuleInterface
- IConcertSyncClientModule
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClientModule.h |
| Include | #include "IConcertSyncClientModule.h" |
Syntax
class IConcertSyncClientModule : public IModuleInterface
Remarks
Interface for the Concert Sync Client module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IConcertSyncClient > | CreateClient
(
const FString& InRole |
Create a sync client that will perform a certain role (eg, MultiUser, DisasterRecovery, etc) | |
| IConcertSyncClientModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedPtr< IConcertSyncClient > | Find a concert sync client. | ||
| TArray< TSharedRef< IConcertSyncClient > > | GetClients () |
Returns the list of active clients. | |
| IConcertClientPackageBridge & | Get the bridge between the editor package system and Concert. | ||
| IConcertClientTransactionBridge & | Get the bridge between the editor transaction system and Concert. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FOnConcertClientCreated & | Delegate invoked when a new concert sync client is created. | ||
| UConcertClientConfig * | ParseClientSettings
(
const TCHAR* CommandLine |
Parse command line client settings and apply them |