UConcertClientConfig

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UConcertClientConfig

References

Module

Concert

Header

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

Include

#include "ConcertSettings.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Config=Engine)
class UConcertClientConfig : public UObject

Variables

Name Description

Public variable UProperty Category, EditAnywhere Config

bool

 

bAutoConnect

Automatically connect or create default session on default server.

Public variable UProperty Category, EditAnywhere, Meta Config

bool

 

bInstallEditorToolbarButton

True if the Multi-User module should install shortcut button and its drop-down menu in the level editor toolbar.

Public variable UProperty Config

bool

 

bIsHeadless

True if this client should be "headless"? (ie, not display any UI).

Public variable UProperty Category, EditAnywhere Config

bool

 

bRetryAutoConnectOnError

If auto-connect is on, retry connecting to the default server/session until it succeeds or the user cancels.

Public variable UProperty Category, EditAnywhere, Meta Config

FConcertClientS...

 

ClientSettings

Client & client session settings

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultSaveSessionAs

If this client create the default session, should the session data be saved when it's deleted.

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultServerURL

Default server url (just a name for now) to look for on auto or default connect.

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultSessionName

Default session name to look for on auto connect or default connect.

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultSessionToRestore

If this client create the default session, should the session restore a saved session.

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta Config

FConcertEndpoin...

 

EndpointSettings

Endpoint settings passed down to endpoints on creation

Public variable UProperty Category, EditAnywhere, Meta Config

FConcertSourceC...

 

SourceControlSettings

Constructors

Name Description

Public function

UConcertClientConfig()

Overridden from UObject

Name Description

Public function Virtual Const

bool

 

IsEditorOnly()

Mark this setting object as editor only.

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