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 FMultiUserChangeClientReplicationResult
Remarks
Result of processing a FChangeClientReplicationRequest.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMultiUserChangeClientAuthorityResponse | AuthorityResponse | The result of changing authority. | |
| FMultiUserChangeClientStreamResponse | StreamResponse | The result of changing streams. You can inspect this for why the operation failed. |