EMultiUserConnectionError

Enum of the known Multi-User connection error, their value needs to match the internally returned error code.

Windows
MacOS
Linux

References

Module

MultiUserClientLibrary

Header

/Engine/Plugins/Developer/Concert/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserClientStatics.h

Include

#include "MultiUserClientStatics.h"

Syntax

enum EMultiUserConnectionError
{
    None                               = 0,
    Canceled                           = 1,
    ConnectionAttemptAborted           = 2,
    ServerNotResponding                = 3,
    ServerError                        = 4,
    WorkspaceValidationUnknown         = 100,
    SourceControlValidationUnknown     = 110,
    SourceControlValidationCanceled    = 111,
    SourceControlValidationError       = 112,
    DirtyPackageValidationError        = 113,
}

Values

Name

Description

None

Canceled

ConnectionAttemptAborted

ServerNotResponding

ServerError

WorkspaceValidationUnknown

SourceControlValidationUnknown

SourceControlValidationCanceled

SourceControlValidationError

DirtyPackageValidationError

Remarks

Enum of the known Multi-User connection error, their value needs to match the internally returned error code.

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