Navigation
API > API/Editor > API/Editor/SubobjectEditor
Inheritance Hierarchy
- STableViewBase
- TListTypeTraits< ItemType >::SerializerType
- ITypedTableView
- SListView
- STreeView
- SSubobjectEditorDragDropTree
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
Syntax
class SSubobjectEditorDragDropTree : public STreeView< FSubobjectEditorTreeNodePtrType >
Remarks
Implements the specific node type and add 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 |