IConcertSyncServerModule

Interface for the Concert Sync Server module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IConcertSyncServerModule

References

Module

ConcertSyncServer

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncServer/Source/ConcertSyncServer/Public/IConcertSyncServerModule.h

Include

#include "IConcertSyncServerModule.h"

Syntax

class IConcertSyncServerModule : public IModuleInterface

Remarks

Interface for the Concert Sync Server module.

Functions

Name Description

Public function

TSharedRef< ...

 

CreateServer

(
    const FString& InRole,
    const FConcertSessionFilter& InAut...
)

Create a sync server that will perform a certain role (eg, MultiUser, DisasterRecovery, etc)

Public function Static

IConcertSync...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

UConcertServ...

 

ParseServerSettings

(
    const TCHAR* CommandLine
)

Parse command line server settings and apply them

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