Navigation
API > API/Plugins > API/Plugins/Concert
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include | #include "ConcertMessages.h" |
Syntax
enum EConcertSessionRepositoryMountResponseCode
&123;
None,
Mounted,
AlreadyMounted,
NotFound,
&125;
Values
| Name | Description |
|---|---|
| None | No response code yet. |
| Mounted | The repository was mounted on the invoked server. |
| AlreadyMounted | The repository is already mounted by another server instance. |
| NotFound | The repository ID could not be found in the server list. |
Remarks
Response code returned when trying to mount a session repository on the server.