Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
Column on the table viewer row with the delegate that executes when selection is changed
| Name | FTedsTableViewerSelectionChangedColumn |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsTableViewerWidgetColumns.h |
| Include Path | #include "TedsTableViewerWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="On Table Viewer selection changed"))
struct FTedsTableViewerSelectionChangedColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTedsTableViewerSelectionChangedColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnSelectionChanged | TSharedPtr< FSimpleMulticastDelegate > | TedsTableViewerWidgetColumns.h |