unreal.MultiUserChangeClientStreamResponse

class unreal.MultiUserChangeClientStreamResponse(error_code: MultiUserChangeStreamOperationResult = Ellipsis, authority_conflicts: None = {}, semantic_errors: None = {}, frequency_errors: ChangeClientStreamFrequencyResponse = Ellipsis, failed_stream_creation: bool = False)

Bases: StructBase

Multi User Change Client Stream Response

C++ Source:

  • Plugin: MultiUserClient

  • Module: MultiUserClientLibrary

  • File: ChangeClientBlueprintParams.h

Editor Properties: (see get_editor_property/set_editor_property)

  • authority_conflicts (Map[SoftObjectPath, Guid]): [Read-Write] Dynamic authority errors. The change was rejected because 1. this client is replicating the object already, 2. another client is also replicating the object, 3. this change would cause overlapping properties with the other client.

  • error_code (MultiUserChangeStreamOperationResult): [Read-Write] The error code of changing streams.

  • failed_stream_creation (bool): [Read-Write] The client attempted to register the Multi-User stream but failed in doing so. This usually indicates an internal error that you cannot do anything about as API user.

  • frequency_errors (ChangeClientStreamFrequencyResponse): [Read-Write] Errors made in the way frequency was changed.

  • semantic_errors (Map[SoftObjectPath, MultiUserPutObjectErrorCode]): [Read-Write] Errors made in the format of the request

property authority_conflicts: None

[Read-Only] Dynamic authority errors. The change was rejected because 1. this client is replicating the object already, 2. another client is also replicating the object, 3. this change would cause overlapping properties with the other client.

Type:

(Map[SoftObjectPath, Guid])

property error_code: MultiUserChangeStreamOperationResult

[Read-Only] The error code of changing streams.

Type:

(MultiUserChangeStreamOperationResult)

property failed_stream_creation: bool

[Read-Only] The client attempted to register the Multi-User stream but failed in doing so. This usually indicates an internal error that you cannot do anything about as API user.

Type:

(bool)

property frequency_errors: ChangeClientStreamFrequencyResponse

[Read-Only] Errors made in the way frequency was changed.

Type:

(ChangeClientStreamFrequencyResponse)

property semantic_errors: None

[Read-Only] Errors made in the format of the request

Type:

(Map[SoftObjectPath, MultiUserPutObjectErrorCode])