Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/Model > API/Plugins/ConcertSharedSlate/Replication/Editor/Model/Extension > API/Plugins/ConcertSharedSlate/Replication/Editor/Model/Extension/IStreamExtension-
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/Extension/IStreamExtensionContext.h |
| Include | #include "Replication/Editor/Model/Extension/IStreamExtensionContext.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 |