Navigation
API > API/Plugins > API/Plugins/MultiUserClient
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.
| Name | IClientChangeOperation |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IClientChangeOperation.h |
| Include Path | #include "Replication/IClientChangeOperation.h" |
Syntax
class IClientChangeOperation
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IClientChangeOperation() |
Replication/IClientChangeOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Completes when the operation of changing authority has completed. | Replication/IClientChangeOperation.h | ||
| Completes when the operation of changing streams has completed. | Replication/IClientChangeOperation.h | ||
| Completes all sub-operations have completed. | Replication/IClientChangeOperation.h |