Navigation
API > API/Plugins > API/Plugins/Concert
| Name | FConcertSessionSettings |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertSettings.h |
| Include Path | #include "ConcertSettings.h" |
Syntax
USTRUCT ()
struct FConcertSessionSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArchiveNameOverride | FString | Override the default name chosen when archiving this session. | ConcertSettings.h |
|
| BaseRevision | uint32 | Base Revision the session was created at. | ConcertSettings.h |
|
| ProjectName | FString | Name of the project of the session. Can be specified on the server cmd with `-CONCERTPROJECT=_ | ConcertSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
ConcertSettings.h | ||
bool ValidateRequirements
(
const FConcertSessionSettings& Other, |
ConcertSettings.h |