Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectEditorDragDropTree
Inheritance Hierarchy
- TSlateBaseNamedArgs< SSubobjectEditorDragDropTree >
- SSubobjectEditorDragDropTree::FArguments
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSubobjectEditorDragDropTree >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ClearSelectionOnClick
(
bool InArg |
||
| WidgetArgsType & | ExternalScrollbar
(
TSharedPtr< SScrollBar > InArg |
||
| WidgetArgsType & | HeaderRow
(
TSharedPtr< SHeaderRow > InArg |
||
| WidgetArgsType & | OnGenerateRow
(
const FOnGenerateRow& InDelegate |
||
| WidgetArgsType & | OnGetChildren
(
const FOnGetChildren& InDelegate |
||
| WidgetArgsType & | OnItemScrolledIntoView
(
const FOnItemScrolledIntoView& InDelegate |
||
| WidgetArgsType & | OnMouseButtonDoubleClick
(
const FOnMouseButtonDoubleClick& InDelegate |
||
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
||
| WidgetArgsType & | OnSetExpansionRecursive
(
const FOnSetExpansionRecursive& InDelegate |
||
| WidgetArgsType & | OnTableViewBadState
(
const FOnTableViewBadState& InDelegate |
||
| WidgetArgsType & | SelectionMode
(
const TAttribute< ESelectionMode::Type >& InAttribute |
||
| WidgetArgsType & | SubobjectEditor
(
SSubobjectEditor* InArg |
||
| WidgetArgsType & | TreeItemsSource
(
TArray< FSubobjectEditorTreeNodePtrType >* InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
SLATE_ATTRIBUTE_DEPRECATED
(
float,
|