Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/Replication > API/Plugins/MultiUserClientLibrary/Replication/Async
References
| Module | MultiUserClientLibrary |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FMultiUserChangeStreamRequest
Remarks
Params for changing a client's stream.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMultiUserFrequencyChangeRequest | FrequencyChanges | Change 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 *, FMultiUserPropertyChange > | PropertyChanges | Property changes to make to objects. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEmpty () |