Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
Column added to a widget row when an external widget manages exclusive selection for the widget referenced by the row, such as an owning SListView or STreeView
| Name | FExternalWidgetExclusiveSelectionColumn |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsTableViewerWidgetColumns.h |
| Include Path | #include "TedsTableViewerWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with externally managed exclusive selection"))
struct FExternalWidgetExclusiveSelectionColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FExternalWidgetExclusiveSelectionColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsSelectedExclusively | FIsSelected | Delegate to execute to check the status of if the widget is the only selected between multiple widgets Only needs to be hooked up if an external widget is managing selection on multiple widgets, such as a SListView or STreeView. | TedsTableViewerWidgetColumns.h |