Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
Column on widget rows that contains a weak ptr to the hierarchy data used by the hierarchy viewer to display rows (if present). This is useful if your widget is meant to be displayed in a hierarchy view and needs access to data on the visual parent of the data row or do a ForEachChild. NOTE: This contains hierarchy data about the data/target row and not the widget row. Widget hierarchies can be accessed directly by using TableViewerUtils::GetWidgetHierarchyName() to get the widget row of the parent widget.
| Name | FTedsHierarchyViewerDataColumn |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsTableViewerWidgetColumns.h |
| Include Path | #include "TedsTableViewerWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Hierarchy viewer access interface"))
struct FTedsHierarchyViewerDataColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTedsHierarchyViewerDataColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HierarchyData | TWeakPtr< UE::Editor::DataStorage::IHierarchyViewerDataInterface > | TedsTableViewerWidgetColumns.h |