Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/Columns
Inheritance Hierarchy
- FEditorDataStorageColumn
- FExternalWidgetSelectionColumn
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/Columns/SlateDelegateColumns.h |
| Include | #include "Columns/SlateDelegateColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with externally managed selection"))
struct FExternalWidgetSelectionColumn : public FEditorDataStorageColumn
Remarks
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
Variables
| Type | Name | Description | |
|---|---|---|---|
| FIsSelected | IsSelected | 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. |