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