Navigation
API > API/Plugins > API/Plugins/MultiUserClient
Params for changing a client's authority (what they're replicating).
| Name | FChangeAuthorityRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/ChangeOperationTypes.h |
| Include Path | #include "Replication/ChangeOperationTypes.h" |
Syntax
struct FChangeAuthorityRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectsToStartReplicating | TSet< FSoftObjectPath > | Objects that should start replicating. The objects must previously have been registered. | Replication/ChangeOperationTypes.h | |
| ObjectToStopReplicating | TSet< FSoftObjectPath > | Objects that should stop replicating. | Replication/ChangeOperationTypes.h |