Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
| Name | FMultiUserChangeClientAuthorityResponse |
| 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 FMultiUserChangeClientAuthorityResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | EMultiUserChangeAuthorityOperationResult | The error code of changing authority. Fails if StreamChangeResult fails. | Replication/Async/ChangeClientBlueprintParams.h |
|
| RejectedObjects | TSet< FSoftObjectPath > | Objects the client did not get authority over. | Replication/Async/ChangeClientBlueprintParams.h |
|