Navigation
API > API/Editor > API/Editor/DataHierarchyEditor
Entry wrapping a dragged element view model with computed context about its role in a multi-drag set.
| Name | FDraggedElementEntry |
| Type | struct |
| Header File | /Engine/Source/Editor/DataHierarchyEditor/Public/DataHierarchyViewModelBase.h |
| Include Path | #include "DataHierarchyViewModelBase.h" |
Syntax
struct FDraggedElementEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsContainedInAnotherDraggedElement | bool | True if this element is a descendant of another element in the same drag set. | DataHierarchyViewModelBase.h | |
| Element | TWeakPtr< FHierarchyElementViewModel > | DataHierarchyViewModelBase.h |