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