IConcertModule::CreateServer

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

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertModule.h

Include

#include "IConcertModule.h"

Syntax

IConcertServerRef CreateServer
(
    const FString & InRole,
    const FConcertSessionFilter & InAutoArchiveSessionFilter,
    IConcertServerEventSink * InEventSink
)

Remarks

Create a 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

InEventSink

Sink functions for events that the server can emit

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