Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
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.
| Name | IEditableMultiReplicationStreamModel |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/IEditableMultiReplicationStreamModel.h |
| Include Path | #include "Replication/Editor/Model/IEditableMultiReplicationStreamModel.h" |
Syntax
class IEditableMultiReplicationStreamModel : public UE::ConcertSharedSlate::IMultiReplicationStreamModel
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachStream
(
TFunctionRef< EBreakBehavior(const TSharedRef< IReplicationStreamModel >&Model)> Callback |
Util for iterating through both read-only and editable streams. | Replication/Editor/Model/IEditableMultiReplicationStreamModel.h | |
TSet< TSharedRef< IEditableReplicationStreamModel > > GetEditableStreams () |
There may be streams that are readable but not editable. | Replication/Editor/Model/IEditableMultiReplicationStreamModel.h |