Navigation
API > API/Plugins > API/Plugins/Concert
Mount a session repository used to store session files.
| Name | FConcertAdmin_MountSessionRepositoryRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
USTRUCT ()
struct FConcertAdmin_MountSessionRepositoryRequest : public FConcertRequestData
Inheritance Hierarchy
- FConcertMessageData → FConcertRequestData → FConcertAdmin_MountSessionRepositoryRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAsServerDefault | bool | Whether this repository is set as the default one used by server to store new sessions. | ConcertMessages.h |
|
| bCreateIfNotExist | bool | Whether the repository should be created if it was not found. | ConcertMessages.h |
|
| RepositoryId | FGuid | The repository unique Id. Must be valid. | ConcertMessages.h |
|
| RepositoryRootDir | FString | The repository root dir (absolute path) where the repository should be found/created. | ConcertMessages.h |
|