Navigation
API > API/Plugins > API/Plugins/MultiUserClient > API/Plugins/MultiUserClient/Replication
References
| Module | MultiUserClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IClientChangeOperation.h |
| Include | #include "Replication/IClientChangeOperation.h" |
Syntax
class IClientChangeOperation
Remarks
Exposes events that occur as part of changing a client's stream, authority, or both. This is the result of IMultiUserReplication::EnqueueChanges.
IClientChangeOperation wraps ISubmissionOperation, which is internal to Multi-User. This allows the two interface to change independently.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< FChangeClientAuthorityResponse > | Completes when the operation of changing authority has completed. | ||
| TFuture< FChangeClientStreamResponse > | Completes when the operation of changing streams has completed. | ||
| TFuture< FChangeClientReplicationResult > | Completes all sub-operations have completed. |