Navigation
API > API/Plugins > API/Plugins/MultiUserClient
Result of processing FChangeStreamRequest.
| Name | FChangeClientStreamResponse |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/ChangeOperationTypes.h |
| Include Path | #include "Replication/ChangeOperationTypes.h" |
Syntax
struct FChangeClientStreamResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityConflicts | TMap< FSoftObjectPath, FGuid > | Dynamic authority errors. | Replication/ChangeOperationTypes.h | |
| bFailedStreamCreation | bool | The client attempted to register the Multi-User stream but failed in doing so. | Replication/ChangeOperationTypes.h | |
| ErrorCode | EChangeStreamOperationResult | Gives general information about what happened to this request. | Replication/ChangeOperationTypes.h | |
| FrequencyErrors | FChangeClientStreamFrequencyResponse | Errors made in the way frequency was changed. | Replication/ChangeOperationTypes.h | |
| SemanticErrors | TMap< FSoftObjectPath, EPutObjectErrorCode > | Errors made in the format of the request | Replication/ChangeOperationTypes.h |