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