unreal.MultiUserConnectionErrorType

class unreal.MultiUserConnectionErrorType

Bases: EnumBase

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

C++ Source:

  • Plugin: MultiUserClient

  • Module: MultiUserClientLibrary

  • File: MultiUserClientStatics.h

CANCELED: MultiUserConnectionErrorType

1

CONNECTION_ATTEMPT_ABORTED: MultiUserConnectionErrorType

2

DIRTY_PACKAGE_VALIDATION_ERROR: MultiUserConnectionErrorType

113

NONE: MultiUserConnectionErrorType

0

SERVER_ERROR: MultiUserConnectionErrorType

4

SERVER_NOT_RESPONDING: MultiUserConnectionErrorType

3

SOURCE_CONTROL_VALIDATION_CANCELED: MultiUserConnectionErrorType

111

SOURCE_CONTROL_VALIDATION_ERROR: MultiUserConnectionErrorType

112

SOURCE_CONTROL_VALIDATION_UNKNOWN: MultiUserConnectionErrorType

110

WORKSPACE_VALIDATION_UNKNOWN: MultiUserConnectionErrorType

100