Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
| Name | FMultiUserChangeClientStreamResponse |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include Path | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FMultiUserChangeClientStreamResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityConflicts | TMap< FSoftObjectPath, FGuid > | Dynamic authority errors. | Replication/Async/ChangeClientBlueprintParams.h |
|
| bFailedStreamCreation | bool | The client attempted to register the Multi-User stream but failed in doing so. | Replication/Async/ChangeClientBlueprintParams.h |
|
| ErrorCode | EMultiUserChangeStreamOperationResult | The error code of changing streams. | Replication/Async/ChangeClientBlueprintParams.h |
|
| FrequencyErrors | FChangeClientStreamFrequencyResponse | Errors made in the way frequency was changed. | Replication/Async/ChangeClientBlueprintParams.h |
|
| SemanticErrors | TMap< FSoftObjectPath, EMultiUserPutObjectErrorCode > | Errors made in the format of the request | Replication/Async/ChangeClientBlueprintParams.h |
|