Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/IMultiUserReplicationRegistratio-_1
Description
Extends the stream with the given object, if not yet added, and adds the properties to it.
Properties will be automatically discovered for Object, as well. If the object implements IMultiUserReplicationRegistrationContext, it will be invoked on Object recursively.
| Name | AddPropertiesToObject |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/IMultiUserReplicationRegistrationContext.h |
| Include Path | #include "Replication/IMultiUserReplicationRegistrationContext.h" |
UFUNCTION (BlueprintCallable, Category="Multi-user")
void AddPropertiesToObject
(
UObject * Object,
const TArray < FConcertPropertyChainWrapper > & PropertiesToAdd
)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to add, if not yet present, and assign a property to |
| PropertiesToAdd | Property chain to associate with the object |