Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
References
| Module | TedsTableViewer |
| Header | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/TedsTableViewerColumn.h |
| Include | #include "TedsTableViewerColumn.h" |
Syntax
class FTedsTableViewerColumn
Remarks
Class representing a column in the UI of the table viewer. Can be constructed using a NameID and a WidgetConstructor to create the actual widgets for rows (optionally supplying a header widget constructor and widget metadata to use)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTedsTableViewerColumn
(
const FName& ColumnName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| SHeaderRow::FColumn::FArguments | |||
| TEDSTABLEVIEWER_API TSharedPtr< SWidget > | ConstructRowWidget
(
RowHandle InRowHandle |
||
| FName | |||
| TConstArrayView< TWeakObjectPtr< const UScriptStruct > > | |||
| bool | IsRowVisible
(
const RowHandle InRowHandle |
||
| void | |||
| void | SetIsRowVisibleDelegate
(
const FIsRowVisible& InIsRowVisibleDelegate |
||
| void | Tick () |
||
| void | |||
| void |
Typedefs
| Name | Description |
|---|---|
| FIsRowVisible | Delegate to check if a row is currently visible in the owning table viewer's UI. |