Navigation
API > API/Plugins > API/Plugins/MultiUserClient
Params for changing a client's stream or authority.
| Name | FChangeClientReplicationRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/ChangeOperationTypes.h |
| Include Path | #include "Replication/ChangeOperationTypes.h" |
Syntax
struct FChangeClientReplicationRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorityChangeRequest | TOptional< FChangeAuthorityRequest > | Changes to make to the objects the client is replicating. Fails if StreamChangeRequest fails. | Replication/ChangeOperationTypes.h | |
| StreamChangeRequest | TOptional< FChangeStreamRequest > | Changes to make to the client's registered objects. | Replication/ChangeOperationTypes.h |