Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Replication > API/Plugins/ConcertSharedSlate/Replication/Editor > API/Plugins/ConcertSharedSlate/Replication/Editor/Model
Inheritance Hierarchy
- TSharedFromThis
- IMultiReplicationStreamModel
- IEditableMultiReplicationStreamModel
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/IEditableMultiReplicationStreamModel.h |
| Include | #include "Replication/Editor/Model/IEditableMultiReplicationStreamModel.h" |
Syntax
class IEditableMultiReplicationStreamModel : public UE::ConcertSharedSlate::IMultiReplicationStreamModel
Remarks
Model for UI editing multiple streams at the same time.
Some streams can be read but not edited:
- the set of readable streams includes the set of editable streams, but
- the number of editable streams can be less than or equal to the number of read-only streams.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachStream
(
TFunctionRef< EBreakBehavior(const TSharedRef< IReplicationStreamModel >&Model)> Callback |
Util for iterating through both read-only and | |
| TSet< TSharedRef< IEditableReplicationStreamModel > > | There may be streams that are readable but not editable. |