Navigation
API > API/Developer > API/Developer/ToolWidgets
Column added to a widget row when an external widget manages selection for the widget referenced by the row, such as an owning SListView or STreeView
| Name | FExternalWidgetSelectionColumn |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Columns/SlateDelegateColumns.h |
| Include Path | #include "Columns/SlateDelegateColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with externally managed selection"))
struct FExternalWidgetSelectionColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FExternalWidgetSelectionColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsSelected | FIsSelected | Delegate to execute to check the status of if the widget is selected or not Only needs to be hooked up if an external widget is managing selection, such as a SListView or STreeView. | Columns/SlateDelegateColumns.h |