Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/STedsTableViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/STedsTableViewer.h |
| Include Path | #include "Widgets/STedsTableViewer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STedsTableViewer >
Inheritance Hierarchy
- TSlateBaseNamedArgs< STedsTableViewer > → STedsTableViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/STedsTableViewer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/STedsTableViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CanSelectGeneratedColumn
(
bool InArg |
Whether or not the user can select the columns generated by right clicking on the header menu. | Widgets/STedsTableViewer.h | |
WidgetArgsType & CellWidgetPurpose
(
IUiProvider::FPurposeID InArg |
The widget purpose to use to create the cell widgets. | Widgets/STedsTableViewer.h | |
WidgetArgsType & Columns
(
TArray< TWeakObjectPtr< const UScriptStruct > > InArg |
The Columns that this table viewer will display Table Viewer TODO: How do we specify column metadata (ReadOnly or ReadWrite)? | Widgets/STedsTableViewer.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/STedsTableViewer.h | |
WidgetArgsType & HeaderWidgetPurpose
(
IUiProvider::FPurposeID InArg |
The widget purpose to use to create the header widgets. | Widgets/STedsTableViewer.h | |
WidgetArgsType & ItemHeight
(
const TAttribute< float >& InAttribute |
The height of the list item | Widgets/STedsTableViewer.h | |
WidgetArgsType & ItemPadding
(
const TAttribute< FMargin >& InAttribute |
The padding of the list item | Widgets/STedsTableViewer.h | |
WidgetArgsType & ListSelectionMode
(
ESelectionMode::Type InArg |
The selection mode for the table viewer (single/multi etc) | Widgets/STedsTableViewer.h | |
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate called when the selection changes. | Widgets/STedsTableViewer.h | |
WidgetArgsType & QueryStack
(
TSharedPtr< QueryStack::IRowNode > InArg |
Query Stack that will supply the rows to be displayed. | Widgets/STedsTableViewer.h |