Navigation
API > API/Plugins > API/Plugins/ConcertSyncServer
References
| Module | ConcertSyncServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/IConcertSyncServer.h |
| Include | #include "IConcertSyncServer.h" |
Syntax
class IConcertSyncServer
Remarks
Interface for a Concert Sync Server.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FConcertSyncSessionDatabaseNonNullPtr > | GetArchivedSessionDatabase
(
const FGuid& SessionId |
Gets the session data base for the given archived session if it exists | |
| IConcertServerRef | Get the current server | ||
| TOptional< FConcertSyncSessionDatabaseNonNullPtr > | GetLiveSessionDatabase
(
const FGuid& SessionId |
Gets the session data base for the given live session if it exists | |
| void | SetFileSharingService
(
TSharedPtr< IConcertFileSharingService > InFileSharingService |
Set the file sharing service, enabling the server to work with large files. | |
| void | Shutdown () |
Stop this Concert Sync Server | |
| void | Startup
(
const UConcertServerConfig* InServerConfig, |
Start this Concert Sync Server using the given config |