Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Params for creating an IMultiReplicationStreamEditor
| Name | FCreateMultiStreamEditorParams |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/ReplicationWidgetFactories.h |
| Include Path | #include "Replication/ReplicationWidgetFactories.h" |
Syntax
struct FCreateMultiStreamEditorParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConsolidatedObjectModel | TSharedRef< IEditableReplicationStreamModel > | This model consolidates all objects in all streams. | Replication/ReplicationWidgetFactories.h | |
| GetAutoAssignToStreamDelegate | FGetAutoAssignTarget | Optional. | Replication/ReplicationWidgetFactories.h | |
| MultiStreamModel | TSharedRef< IEditableMultiReplicationStreamModel > | The source of underlying streams that should be edited. | Replication/ReplicationWidgetFactories.h | |
| ObjectSource | TSharedRef< IObjectSelectionSourceModel > | Determines the objects that are displayed in the property list. | Replication/ReplicationWidgetFactories.h | |
| OnPostAddSelectedObjectsDelegate | FSelectObjectsFromComboButton | Called just after the passed objects have been added to the stream model. | Replication/ReplicationWidgetFactories.h | |
| OnPreAddSelectedObjectsDelegate | FSelectObjectsFromComboButton | Called just before the passed objects are added to the stream model. | Replication/ReplicationWidgetFactories.h | |
| PropertySource | TSharedRef< IPropertySourceProcessor > | Determines the properties that can be added to the property list. | Replication/ReplicationWidgetFactories.h |