Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| Name | SNavigationToolTreeRow |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Widgets/SNavigationToolTreeRow.h |
| Include Path | #include "Widgets/SNavigationToolTreeRow.h" |
Syntax
class SNavigationToolTreeRow : public SMultiColumnTableRow< FNavigationToolViewModelWeakPtr >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SNavigationToolTreeRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SNavigationToolTreeRow
- STableRow → SMultiColumnTableRow → SNavigationToolTreeRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SNavigationToolTreeRow.h | ||
TAttribute< FText > GetHighlightText() |
Widgets/SNavigationToolTreeRow.h | ||
const FTableRowStyle * GetStyle() |
Widgets/SNavigationToolTreeRow.h | ||
TSharedPtr< FNavigationToolView > GetToolView() |
Widgets/SNavigationToolTreeRow.h | ||
FReply OnDefaultDrop
(
const FDragDropEvent& InDragDropEvent |
The default reply if a row did not handle AcceptDrop | Widgets/SNavigationToolTreeRow.h |
Overridden from SMultiColumnTableRow
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& InColumnName |
Widgets/SNavigationToolTreeRow.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry& InGeometry, |
Widgets/SNavigationToolTreeRow.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& InGeometry, |
Widgets/SNavigationToolTreeRow.h |