UConcertServerConfig

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UConcertServerConfig

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 UConcertServerConfig : public UObject

Variables

Name Description

Public variable UProperty Config

FString

 

ArchiveDir

The default directory where the server keeps the archived session files.

Public variable UProperty Config

TSet< FString >

 

AuthorizedClientKeys

A set of keys identifying the clients that can discover and access the server.

Public variable UProperty Config

bool

 

bAutoArchiveOnReboot

If true, instruct the server to auto-archive sessions that were left in the working directory because the server did not exit properly rather than restoring them as 'live' (the default).

Public variable UProperty Config

bool

 

bAutoArchiveOnShutdown

If true, instruct the server to auto-archive live sessions on shutdown.

Public variable UProperty Category, EditAnywhere Config

bool

 

bCleanWorkingDir

Clean server sessions working directory when booting Can be specified on the server cmd with `-CONCERTCLEAN_

Public variable UProperty Config

bool

 

bMountDefaultSessionRepository

If neither of WorkingDir and ArchiveDir are set, determine whether the server should mount a standard default session repository where new session will be created.

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultSessionName

Name of the default session created on the server.

Public variable UProperty Category, EditAnywhere Config

FConcertSession...

 

DefaultSessionSettings

Default server session settings

Public variable UProperty Category, EditAnywhere Config

FString

 

DefaultSessionToRestore

Name of the default session to restore on the server.

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta Config

FConcertEndpoin...

 

EndpointSettings

Endpoint settings passed down to endpoints on creation

Public variable UProperty Category, EditAnywhere Config

int32

 

NumSessionsToKeep

Number of archived sessions to keep when booting, or <0 to keep all archived sessions

Public variable UProperty Category, EditAnywhere Config

FString

 

ServerName

Name of the server, or empty to use the default name.

Public variable UProperty Category, EditAnywhere, Meta Config

FConcertServerS...

 

ServerSettings

Server & server session settings

Public variable UProperty Config

FString

 

SessionRepositoryRootDir

The root directory where the server creates new session repositories (unless the client request specifies its own root).

Public variable UProperty Config

FString

 

WorkingDir

The default directory where the server keeps the live session files.

Constructors

Name Description

Public function

UConcertServerConfig()

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