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 FCreateEditorParams
Remarks
Params for creating an IReplicationStreamEditor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IEditableReplicationStreamModel > | DataModel | Required. | |
| TAttribute< FText > | EditingDisabledToolTipText | Optional. | |
| TAttribute< bool > | IsEditingEnabled | Optional. Determines whether all UI for changing the model should be disabled. | |
| TSharedRef< IObjectSelectionSourceModel > | ObjectSource | Required. | |
| 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 | Required. |