Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Result of processing a FChangeClientReplicationRequest.
| Name | FMultiUserChangeClientReplicationResult |
| 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 FMultiUserChangeClientReplicationResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityResponse | FMultiUserChangeClientAuthorityResponse | The result of changing authority. | Replication/Async/ChangeClientBlueprintParams.h |
|
| StreamResponse | FMultiUserChangeClientStreamResponse | The result of changing streams. You can inspect this for why the operation failed. | Replication/Async/ChangeClientBlueprintParams.h |
|