Navigation
API > API/Plugins > API/Plugins/MultiUserClient > API/Plugins/MultiUserClient/Replication > API/Plugins/MultiUserClient/Replication/IReplicationDiscoveryContext
References
| Module | MultiUserClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClient/Public/Replication/IReplicationDiscoveryContext.h |
| Include | #include "Replication/IReplicationDiscoveryContext.h" |
void AddPropertyTo
(
UObject & Object,
FConcertPropertyChain PropertyChain
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Object | Object to add, if not yet present, and assign a property to |
| PropertyChain | Property chain to associate with the object |