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