Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- STableViewBase
- TListTypeTraits< ItemType >::SerializerType
- ITypedTableView
- SListView
- STreeView
- SSCSEditorDragDropTree
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class SSCSEditorDragDropTree : public STreeView< FSCSEditorTreeNodePtrType >
Remarks
SSCSEditorDragDropTree - implements STreeView for our specific node type and adds drag/drop functionality.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Object construction - mostly defers to the base STreeView |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
Called during drag and drop when the the mouse is being dragged over a widget. | |
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
Called when the user is dropping something onto a widget; terminates drag and drop. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |