Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Model for UI displaying multiple streams at the same time.
| Name | IMultiReplicationStreamModel |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/Model/IMultiReplicationStreamModel.h |
| Include Path | #include "Replication/Editor/Model/IMultiReplicationStreamModel.h" |
Syntax
class IMultiReplicationStreamModel : public TSharedFromThis< IMultiReplicationStreamModel >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IMultiReplicationStreamModel
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMultiReplicationStreamModel() |
Replication/Editor/Model/IMultiReplicationStreamModel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnStreamExternallyChanged | TMulticastDelegate_OneParam< void, TSharedRef< IReplicationStreamModel > > | Replication/Editor/Model/IMultiReplicationStreamModel.h | |
| FOnStreamSetChanged | TMulticastDelegate_NoParams< void > | Replication/Editor/Model/IMultiReplicationStreamModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSet< TSharedRef< IReplicationStreamModel > > GetReadOnlyStreams() |
Replication/Editor/Model/IMultiReplicationStreamModel.h | ||
FOnStreamExternallyChanged & OnStreamExternallyChanged() |
Called when a read-only stream has changed. | Replication/Editor/Model/IMultiReplicationStreamModel.h | |
FOnStreamSetChanged & OnStreamSetChanged() |
Broadcasts when the result of GetStreams has changed. | Replication/Editor/Model/IMultiReplicationStreamModel.h |