Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/SHierarchyViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/STedsHierarchyViewer.h |
| Include Path | #include "Widgets/STedsHierarchyViewer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SHierarchyViewer >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SHierarchyViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/STedsHierarchyViewer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/STedsHierarchyViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllNodeProvider
(
TSharedPtr< QueryStack::IRowNode > InArg |
Query Stack that will supply the rows to be displayed. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & AllowInvisibleItemSelection
(
bool InArg |
Allows collapsed or temporarily hidden items to still be selected. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & CanSelectGeneratedColumn
(
bool InArg |
Whether the user can select the columns generated by right-clicking on the header menu. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & CellWidgetPurpose
(
IUiProvider::FPurposeID InArg |
The widget purpose to use to create the cell widgets. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & ColumnMetaData
(
TArray< TSharedPtr< FColumnMetaData > > InArg |
Metadata about the columns the table viewer is displaying. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & Columns
(
TArray< TWeakObjectPtr< const UScriptStruct > > InArg |
The Columns that this table viewer will display. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & EmptyRowsMessage
(
const TAttribute< FText >& InAttribute |
The message to show in place of the table viewer when there are no rows provided by the current query stack Empty = simply show the column headers instead of a message | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & ExpandNewRows
(
bool InArg |
Whether new rows will be expanded or collapsed when coming into view, rows will expand on initialization (if not persisted) then follow this set bool. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & GenericMetaData
(
TSharedPtr< FMetaData > InArg |
Generic Metadata about all widgets table viewer is displaying. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & GetCustomTableViewerRowMapping
(
const TableViewerUtils::FGetTableViewerRowMapping& InDelegate |
Delegate called to define a custom row mapping for the Table Viewer Row Widget Rows Used in cases where you need the UI Rows to persist across RowHandle changes | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & HeaderWidgetPurpose
(
IUiProvider::FPurposeID InArg |
The widget purpose to use to create the header widgets. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & ListSelectionMode
(
ESelectionMode::Type InArg |
The selection mode for the table viewer (single/multi etc) | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate called when the selection changes. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & PersistUIRowsOnClose
(
bool InArg |
Persists all TableViewer UI rows from this viewer past destruction. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & PrimaryColumn
(
TWeakObjectPtr< const UScriptStruct > InArg |
The primary column in the hierarchy viewer is the one where the expansion row shows up. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & ShowHiddenRows
(
bool InArg |
If true, rows tagged with FHideRowFromUITag will still be displayed. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & ShowWires
(
bool InArg |
Whether to show hierarchy lines visually. | Widgets/STedsHierarchyViewer.h | |
WidgetArgsType & TableViewerIdentifier
(
FName InArg |
Unique Name of this TableViewer (Hierarchy) | Widgets/STedsHierarchyViewer.h |