IConcertSyncServerModule::CreateServer

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

Windows
MacOS
Linux

References

Module

ConcertSyncServer

Header

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

Include

#include "IConcertSyncServerModule.h"

Syntax

TSharedRef< IConcertSyncServer > CreateServer
(
    const FString & InRole,
    const FConcertSessionFilter & InAutoArchiveSessionFilter
)

Remarks

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

Returns

The server

Parameters

Parameter

Description

InRole

The role to create

InAutoArchiveSessionFilter

The session filter to apply when auto-archiving sessions

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