Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/Widgets
Inheritance Hierarchy
- SCompoundWidget
- SRowDetails
References
| Module | TedsTableViewer |
| Header | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetails.h |
| Include | #include "Widgets/SRowDetails.h" |
Syntax
class SRowDetails : public SCompoundWidget
Remarks
A widget to display all the columns/tags on a given row.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~SRowDetails () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearRow () |
Clear the row to view. | |
| void | Construct
(
const FArguments& InArgs |
||
| void | SetRow
(
RowHandle Row |
Set the row to view. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |