Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
A widget to display all the columns/tags on a given row.
| Name | SRowDetails |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetails.h |
| Include Path | #include "Widgets/SRowDetails.h" |
Syntax
class SRowDetails : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRowDetails
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRowDetails
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SRowDetails() |
Widgets/SRowDetails.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowAllDetails | bool | Widgets/SRowDetails.h | ||
| DataStorage | ICoreProvider * | Widgets/SRowDetails.h | ||
| DataStorageUi | IUiProvider * | Widgets/SRowDetails.h | ||
| Items | TArray< RowDetailsItemPtr > | Widgets/SRowDetails.h | ||
| ListView | TSharedPtr< SListView< RowDetailsItemPtr > > | Widgets/SRowDetails.h | ||
| WidgetPurpose | IUiProvider::FPurposeID | Widgets/SRowDetails.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearRow() |
Clear the row to view. | Widgets/SRowDetails.h | |
void Construct
(
const FArguments& InArgs |
Widgets/SRowDetails.h | ||
void SetRow
(
RowHandle Row |
Set the row to view. | Widgets/SRowDetails.h |