IConcertSyncServer

Interface for a Concert Sync Server.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IConcertSyncServer()

Functions

Name Description

Public function Const

IConcertServ...

 

GetConcertServer()

Get the current server

Public function

void

 

SetFileSharingService

Set the file sharing service, enabling the server to work with large files.

Public function

void

 

Shutdown()

Stop this Concert Sync Server

Public function

void

 

Startup

(
    const UConcertServerConfig* In...,
    const EConcertSyncSessionFlags InSe...
)

Start this Concert Sync Server using the given config

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss