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 FMultiUserPropertyChange
Variables
| Type | Name | Description | |
|---|---|---|---|
| EMultiUserPropertyChangeType | ChangeType | How you want Properties to be applied to the object. | |
| TArray< FConcertPropertyChainWrapper > | Properties | The properties for the object. See ChangeType for how they are used |