Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/Replication > API/Plugins/MultiUserClientLibrary/Replication/Async
References
| Module | MultiUserClientLibrary |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FMultiUserChangeClientStreamResponse
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. | |
| EMultiUserChangeStreamOperationResult | ErrorCode | The error code of changing streams. | |
| FChangeClientStreamFrequencyResponse | FrequencyErrors | Errors made in the way frequency was changed. | |
| TMap< FSoftObjectPath, EMultiUserPutObjectErrorCode > | SemanticErrors | Errors made in the format of the request |