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 FCreateViewerParams
Remarks
Params for creating a IReplicationStreamViewer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAlwaysValidWidget | LeftOfObjectSearchBar | Optional widget to add to the left of the object list search bar. | |
| FMakeObjectRowOverlayWidget | MakeObjectRowOverlayWidgetDelegate | Optional. Delegate executed to create a widget that overlays an object row. | |
| TSharedPtr< IObjectNameModel > | NameModel | Optional. Determines the display name of objects. | |
| TArray< FObjectColumnEntry > | ObjectColumns | Optional. Additional object columns you want added. | |
| TSharedPtr< IObjectHierarchyModel > | ObjectHierarchy | Optional. | |
| FExtendObjectMenu | OnExtendObjectsContextMenu | Called to generate the context menu for objects. | |
| EHorizontalAlignment | OverlayWidgetAlignment | Optional. | |
| FColumnSortInfo | PrimaryObjectSort | Optional initial primary sort mode for object rows | |
| TSharedRef< IPropertyAssignmentView > | PropertyAssignmentView | Required. | |
| TAlwaysValidWidget | RightOfObjectSearchBar | Optional widget to add to the right of the object list search bar. | |
| FColumnSortInfo | SecondaryObjectSort | Optional initial secondary sort mode for object rows | |
| FShouldDisplayObject | ShouldDisplayObjectDelegate | Optional. |