Navigation
API > API/Plugins > API/Plugins/MultiUserClient
Params for changing a client's stream.
| Name | FChangeStreamRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/ChangeOperationTypes.h |
| Include Path | #include "Replication/ChangeOperationTypes.h" |
Syntax
struct FChangeStreamRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrequencyChanges | FConcertReplication_ChangeStream_Frequency | Changes how often objects are supposed to be replicated. | Replication/ChangeOperationTypes.h | |
| ObjectsToRemove | TSet< FSoftObjectPath > | Objects that should be unregistered (they will also stop replicating if added here) | Replication/ChangeOperationTypes.h | |
| PropertyChanges | TMap< UObject *, FPropertyChange > | Property changes to make to objects. This can be used to add new objects. | Replication/ChangeOperationTypes.h |