IConcertModule::CreateClient

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

IConcertClientRef CreateClient
(
    const FString & InRole
)

Remarks

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

Returns

The client

Parameters

Parameter

Description

InRole

The role to create

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