Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditorDragDropTree
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSCSEditorDragDropTree >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SSCSEditorDragDropTree > → SSCSEditorDragDropTree::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSCSEditor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSCSEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ClearSelectionOnClick
(
bool InArg |
SSCSEditor.h | ||
WidgetArgsType & ExternalScrollbar
(
TSharedPtr< SScrollBar > InArg |
SSCSEditor.h | ||
WidgetArgsType & HeaderRow
(
TSharedPtr< SHeaderRow > InArg |
SSCSEditor.h | ||
WidgetArgsType & ItemHeight
(
const TAttribute< float >& InAttribute |
SSCSEditor.h | ||
WidgetArgsType & OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnExpansionChanged
(
const FOnExpansionChanged& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnGenerateRow
(
const FOnGenerateRow& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnGetChildren
(
const FOnGetChildren& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnItemScrolledIntoView
(
const FOnItemScrolledIntoView& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnMouseButtonDoubleClick
(
const FOnMouseButtonDoubleClick& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnSetExpansionRecursive
(
const FOnSetExpansionRecursive& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & OnTableViewBadState
(
const FOnTableViewBadState& InDelegate |
SSCSEditor.h | ||
WidgetArgsType & SCSEditor
(
SSCSEditor* InArg |
SSCSEditor.h | ||
WidgetArgsType & SelectionMode
(
const TAttribute< ESelectionMode::Type >& InAttribute |
SSCSEditor.h | ||
WidgetArgsType & TreeItemsSource
(
TArray< FSCSEditorTreeNodePtrType >* InArg |
SSCSEditor.h |