Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Params for changing a client's stream.
| Name | FMultiUserChangeStreamRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include Path | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FMultiUserChangeStreamRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrequencyChanges | FMultiUserFrequencyChangeRequest | Change how often objects are supposed to be replicated. | Replication/Async/ChangeClientBlueprintParams.h |
|
| ObjectsToRemove | TSet< FSoftObjectPath > | Objects that should be unregistered (they will also stop replicating if added here) | Replication/Async/ChangeClientBlueprintParams.h |
|
| PropertyChanges | TMap< TObjectPtr< UObject >, FMultiUserPropertyChange > | Property changes to make to objects. | Replication/Async/ChangeClientBlueprintParams.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
Replication/Async/ChangeClientBlueprintParams.h |