Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
A row in the SRowDetails widget that represents a column 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 TWeakObjectPtr< const UScriptStruct >& InColumnType, |
Widgets/SRowDetails.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnType | TWeakObjectPtr< const UScriptStruct > | The column we this row is displaying data for. | Widgets/SRowDetails.h | |
| Row | RowHandle | Widgets/SRowDetails.h | ||
| WidgetConstructor | TUniquePtr< FTypedElementWidgetConstructor > | Widget for the column. | Widgets/SRowDetails.h | |
| WidgetRow | RowHandle | Widgets/SRowDetails.h |