Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/SOutlinerViewRow
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/SOutlinerViewRow.h |
| Include Path | #include "MVVM/Views/SOutlinerViewRow.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SOutlinerViewRow >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SOutlinerViewRow::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
MVVM/Views/SOutlinerViewRow.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | MVVM/Views/SOutlinerViewRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnDetectDrag
(
const FDetectDrag& InDelegate |
Detect a drag on this tree row | MVVM/Views/SOutlinerViewRow.h | |
WidgetArgsType & OnGenerateWidgetForColumn
(
const FOnGenerateWidgetForColumn& InDelegate |
Delegate to invoke to create a new column for this row | MVVM/Views/SOutlinerViewRow.h | |
WidgetArgsType & OnGetColumnVisibility
(
const FIsColumnVisible& InDelegate |
Delegate to invoke to retrieve a specific column's visibility | MVVM/Views/SOutlinerViewRow.h |