Navigation
API > API/Editor > API/Editor/SubobjectEditor
Inheritance Hierarchy
- STreeView< FSubobjectEditorTreeNodePtrType >
- 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 | |
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
||
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |