Navigation
API > API/Plugins > API/Plugins/TedsTableViewer
Composite widget: breadcrumb trail + a stack of SRowDetails panels. Navigating to a related row pushes a new panel; clicking a breadcrumb pops back.
| Name | SRowDetailsNavigator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/SRowDetailsNavigator.h |
| Include Path | #include "Widgets/SRowDetailsNavigator.h" |
Syntax
class SRowDetailsNavigator : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRowDetailsNavigator
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRowDetailsNavigator
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Breadcrumbs | TSharedPtr< SBreadcrumbTrail< RowHandle > > | Widgets/SRowDetailsNavigator.h | ||
| PanelStack | TArray< TSharedPtr< SRowDetails > > | Widgets/SRowDetailsNavigator.h | ||
| PanelSwitcher | TSharedPtr< SWidgetSwitcher > | Widgets/SRowDetailsNavigator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearRow() |
Clear everything. | Widgets/SRowDetailsNavigator.h | |
void Construct
(
const FArguments& InArgs |
Widgets/SRowDetailsNavigator.h | ||
void SetRow
(
RowHandle Row |
Reset the stack and show details for this row. | Widgets/SRowDetailsNavigator.h |