Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
| Name | EMultiUserPropertyChangeType |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include Path | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
enum EMultiUserPropertyChangeType
{
Put,
Add,
Remove,
}
Values
| Name | Remarks |
|---|---|
| Put | Replace all assigned properties with the given properties. |
| Add | Append the given properties, keeping any preexisting properties. |
| Remove | Remove the given properties. |