Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
Column on table viewer row that contains a reference to the ITableViewer
| Name | FTedsTableViewerReferenceColumn |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsTableViewerWidgetColumns.h |
| Include Path | #include "TedsTableViewerWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Table Viewer reference"))
struct FTedsTableViewerReferenceColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTedsTableViewerReferenceColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TableViewerWeak | TWeakPtr< UE::Editor::DataStorage::ITableViewer > | TedsTableViewerWidgetColumns.h |