EConcertSessionRepositoryMountResponseCode

Response code returned when trying to mount a session repository on the server.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h

Include

#include "ConcertMessages.h"

Syntax

enum EConcertSessionRepositoryMountResponseCode
{
    Mounted,
    AlreadyMounted,
    NotFound,
}

Values

Name

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss