| ArchiveDir |
FString |
The default directory where the server keeps the archived session files. |
ConcertServerSettings.h |
|
| AuthorizedClientKeys |
TSet< FString > |
A set of keys identifying the clients that can discover and access the server. |
ConcertServerSettings.h |
|
| bAutoArchiveOnReboot |
bool |
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). |
ConcertServerSettings.h |
|
| bAutoArchiveOnShutdown |
bool |
If true, instruct the server to auto-archive live sessions on shutdown. |
ConcertServerSettings.h |
|
| bCleanWorkingDir |
bool |
Clean server sessions working directory when booting Can be specified on the server cmd with `-CONCERTCLEAN_ |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Server Settings"
|
| bMountDefaultSessionRepository |
bool |
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. |
ConcertServerSettings.h |
|
| DefaultSessionName |
FString |
Name of the default session created on the server. |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Session Settings"
|
| DefaultSessionSettings |
FConcertSessionSettings |
Default server session settings |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Session Settings"
|
| DefaultSessionToRestore |
FString |
Name of the default session to restore on the server. |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Session Settings"
|
| DefaultVersionInfo |
FConcertSessionVersionInfo |
The version string for the default server created. |
ConcertServerSettings.h |
|
| EndpointSettings |
FConcertEndpointSettings |
Endpoint settings passed down to endpoints on creation |
ConcertServerSettings.h |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Endpoint Settings"
- Meta=(ShowOnlyInnerProperties)
|
| NumSessionsToKeep |
int32 |
Number of archived sessions to keep when booting, or <0 to keep all archived sessions |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Server Settings"
|
| ServerName |
FString |
Name of the server, or empty to use the default name. |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Server Settings"
|
| ServerSettings |
FConcertServerSettings |
Server & server session settings |
ConcertServerSettings.h |
- Config
- EditAnywhere
- Category="Server Settings"
- Meta=(ShowOnlyInnerProperties)
|
| SessionRepositoryRootDir |
FString |
The root directory where the server creates new session repositories (unless the client request specifies its own root). |
ConcertServerSettings.h |
|
| WorkingDir |
FString |
The default directory where the server keeps the live session files. |
ConcertServerSettings.h |
|