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< FNavigationToolItemPtr >
Inheritance Hierarchy
- SMultiColumnTableRow< FNavigationToolItemPtr > → SNavigationToolTreeRow
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HighlightText | TAttribute< FText > | Widgets/SNavigationToolTreeRow.h | ||
| Item | FNavigationToolItemPtr | Widgets/SNavigationToolTreeRow.h | ||
| WeakToolView | TWeakPtr< FNavigationToolView > | Widgets/SNavigationToolTreeRow.h | ||
| WeakTreeView | TWeakPtr< SNavigationToolTreeView > | Widgets/SNavigationToolTreeRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SNavigationToolTreeRow.h | ||
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& InColumnName |
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 | |
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry& InGeometry, |
Widgets/SNavigationToolTreeRow.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
Widgets/SNavigationToolTreeRow.h |