Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
A row in the SRowDetails widget that represents either a column or a relation on the TEDS row we are viewing.
| Name | FRowDetailsItem |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetails.h |
| Include Path | #include "Widgets/SRowDetails.h" |
Syntax
struct FRowDetailsItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowDetailsItem
(
const FName& InRelationName, |
Constructor for relation items. | Widgets/SRowDetails.h | |
FRowDetailsItem
(
const FName& InItemName, |
Constructor for column items. | Widgets/SRowDetails.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnTypes | TArray< TWeakObjectPtr< const UScriptStruct > > | The columns this row is displaying data for (empty for relation items) | Widgets/SRowDetails.h | |
| Name | FName | The logical name of this item (composited from the matched columns or grabbed from the widget constructor) | Widgets/SRowDetails.h | |
| RelatedRow | RowHandle | For relation items: the related row to navigate to (InvalidRowHandle for column items) | Widgets/SRowDetails.h | |
| Row | RowHandle | Widgets/SRowDetails.h | ||
| WidgetConstructor | IUiProvider::FWidgetConstructorPtr | Widget for the column (null for relation items) | Widgets/SRowDetails.h | |
| WidgetRow | RowHandle | Widgets/SRowDetails.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRelationItem() |
Widgets/SRowDetails.h |