Navigation
API > API/Editor > API/Editor/DataHierarchyEditor > API/Editor/DataHierarchyEditor/FHierarchyRootViewModel
Description
Override this to handle drop-on logic. This is called when an item has been dropped on the item that has implemented this function.
Virtual Inheritance
- FHierarchyElementViewModel::OnDroppedOnInternal → FHierarchyRootViewModel::OnDroppedOnInternal
| Name | OnDroppedOnInternal |
| Type | function |
| Header File | /Engine/Source/Editor/DataHierarchyEditor/Public/DataHierarchyViewModelBase.h |
| Include Path | #include "DataHierarchyViewModelBase.h" |
| Source | /Engine/Source/Editor/DataHierarchyEditor/Private/DataHierarchyViewModelBase.cpp |
virtual void OnDroppedOnInternal
(
TSharedPtr < FHierarchyElementViewModel >,
EItemDropZone ItemDropZone
)