Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Params for creating an IReplicationStreamEditor
| Name | FCreateEditorParams |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/ReplicationWidgetFactories.h |
| Include Path | #include "Replication/ReplicationWidgetFactories.h" |
Syntax
struct FCreateEditorParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataModel | TSharedRef< IEditableReplicationStreamModel > | Required. | Replication/ReplicationWidgetFactories.h | |
| EditingDisabledToolTipText | TAttribute< FText > | Optional. | Replication/ReplicationWidgetFactories.h | |
| IsEditingEnabled | TAttribute< bool > | Optional. Determines whether all UI for changing the model should be disabled. | Replication/ReplicationWidgetFactories.h | |
| ObjectSource | TSharedRef< IObjectSelectionSourceModel > | Required. | 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 > | Required. | Replication/ReplicationWidgetFactories.h |