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