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/ChangeOperationTypes.h |
| Include | #include "Replication/ChangeOperationTypes.h" |
Syntax
struct FChangeStreamRequest
Remarks
Params for changing a client's stream.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConcertReplication_ChangeStream_Frequency | FrequencyChanges | Changes how often objects are supposed to be replicated. | |
| TSet< FSoftObjectPath > | ObjectsToRemove | Objects that should be unregistered (they will also stop replicating if added here) | |
| TMap< UObject *, FPropertyChange > | PropertyChanges | Property changes to make to objects. This can be used to add new objects. |