Navigation
| Name | ConcertSyncServer |
| Type | Developer |
| Part of Plugins | Concert Sync - Server |
| Location | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/ |
| Module Build Rules | ConcertSyncServer.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FConcertSyncServerLoopInitArgs | |
| FLogCategoryLogSyncServer |
Interfaces
| Name | Remarks |
|---|---|
| IConcertServerReplicationManager | Handles all communication with clients regarding replication. |
| IConcertSyncServer | Interface for a Concert Sync Server. |
| IConcertSyncServerModule | Interface for the Concert Sync Server module. |
| IReplicationWorkspace | Interface that FConcertServerReplicationManager uses to interact with the FConcertServerWorkspace. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConcertSyncSessionDatabaseNonNullPtr | TNonNullPtr< FConcertSyncSessionDatabase > | IConcertSyncServer.h | |
| FOnConcertSyncServerCreated | TMulticastDelegate_OneParam< void, TWeakPtr< IConcertSyncServer > > | IConcertSyncServerModule.h |
Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 ConcertSyncServerLoop
(
const TCHAR* CommandLine, |
Blocking main loop for running a Concert Sync server application. | ConcertSyncServerLoop.h | |
int32 ConcertSyncServerLoop
(
const TCHAR* CommandLine, |
Blocking main loop for running a Concert Sync server application. | ||
void ShutdownConcertSyncServer
(
const FString& ServiceFriendlyName |
Utility method to shutdown the ConcertSyncServer. | ConcertSyncServerLoop.h | |
void ShutdownConcertSyncServer
(
const FString& ServiceFriendlyName |
Utility method to shutdown the ConcertSyncServer. |