Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/STedsTileViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/STedsTileViewer.h |
| Include Path | #include "Widgets/STedsTileViewer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STedsTileViewer >
Inheritance Hierarchy
- TSlateBaseNamedArgs< STedsTileViewer > → STedsTileViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/STedsTileViewer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/STedsTileViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Columns
(
TArray< TWeakObjectPtr< const UScriptStruct > > InArg |
Optional list of columns to give TEDS UI when creating the tile widget. | Widgets/STedsTileViewer.h | |
WidgetArgsType & ItemAlignment
(
const TAttribute< EListItemAlignment >& InAttribute |
Tile View alignment. | Widgets/STedsTileViewer.h | |
WidgetArgsType & ItemHeight
(
const TAttribute< float >& InAttribute |
Height of each tile. | Widgets/STedsTileViewer.h | |
WidgetArgsType & ItemWidth
(
const TAttribute< float >& InAttribute |
Width of each tile. | Widgets/STedsTileViewer.h | |
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate called when the selection changes. | Widgets/STedsTileViewer.h | |
WidgetArgsType & QueryStack
(
TSharedPtr< QueryStack::IRowNode > InArg |
Query Stack that will supply the rows to be displayed. | Widgets/STedsTileViewer.h | |
WidgetArgsType & SelectionMode
(
ESelectionMode::Type InArg |
The selection mode for the table viewer (single/multi etc) | Widgets/STedsTileViewer.h | |
WidgetArgsType & TilePadding
(
FMargin InArg |
Padding between each tile. | Widgets/STedsTileViewer.h | |
WidgetArgsType & TileStyle
(
const FTableRowStyle* InArg |
Style of each tile. | Widgets/STedsTileViewer.h | |
WidgetArgsType & WidgetPurpose
(
IUiProvider::FPurposeID InArg |
The widget purpose to use to create the tile widget. | Widgets/STedsTileViewer.h |