Navigation
API > API/Plugins > API/Plugins/MultiUserClient > API/Plugins/MultiUserClient/IReplicationDiscoveryContext
Description
Extends the stream with the given object, if not yet added, and adds the property to it. If Object was not yet in the stream, IStreamExtender::ExtendStream will be called for Object.
| Name | AddPropertyTo |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IReplicationDiscoveryContext.h |
| Include Path | #include "Replication/IReplicationDiscoveryContext.h" |
void AddPropertyTo
(
UObject & Object,
FConcertPropertyChain PropertyChain
)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to add, if not yet present, and assign a property to |
| PropertyChain | Property chain to associate with the object |