Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/FCreateMultiStreamEditorParams
Syntax
TSharedRef < IEditableReplicationStreamModel > ConsolidatedObjectModel
Remarks
This model consolidates all objects in all streams.
When an object is added (i.e. IEditableReplicationStreamModel::OnObjectsChanged broadcasts), e.g. when
- to an object is added to one of the managed streams (e.g. stream is remotely changed),
- via the "Add" button, it is added here, too. This is needed for the internal operation of the multi view.
You can make this model internally transact (
The view will keep a strong reference to this
See Also
ConcertClientSharedSlate::CreateTransactionalStreamModel). Doing so causes the objects added via "add" button to be transacted meaning the user can undo adding objects.