Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/Widgets
References
| Module | TedsTableViewer |
| Header | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetails.h |
| Include | #include "Widgets/SRowDetails.h" |
Syntax
struct FRowDetailsItem
Remarks
A row in the SRowDetails widget that represents a column on the TEDS row we are viewing.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const UScriptStruct > | ColumnType | The column we this row is displaying data for. | |
| RowHandle | Row | ||
| TUniquePtr< FTypedElementWidgetConstructor > | WidgetConstructor | Widget for the column. | |
| RowHandle | WidgetRow |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRowDetailsItem
(
const TWeakObjectPtr< const UScriptStruct >& InColumnType, |