Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Params for changing a client's stream or authority.
| Name | FMultiUserChangeClientReplicationRequest |
| 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 FMultiUserChangeClientReplicationRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityChangeRequest | FMultiUserChangeAuthorityRequest | Changes to make to the objects the client is replicating. Fails if StreamChangeRequest fails. | Replication/Async/ChangeClientBlueprintParams.h |
|
| StreamChangeRequest | FMultiUserChangeStreamRequest | Changes to make to the client's registered objects. | Replication/Async/ChangeClientBlueprintParams.h |
|