Navigation
API > API/Plugins > API/Plugins/TedsOutliner
TEDS-Outliner TODO: This can probably be moved to a more generic location for all TEDS related drag drops?
| Name | FTedsRowDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/TedsOutlinerMode.h |
| Include Path | #include "TedsOutlinerMode.h" |
Syntax
class FTedsRowDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FTedsRowDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DraggedRows | TArray< DataStorage::RowHandle > | Rows we are dragging | TedsOutlinerMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
const TArray< DataStorage::RowHandle >& InRowHandles |
TedsOutlinerMode.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
TedsOutlinerMode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
TedsOutlinerMode.h | ||
static TSharedRef< FTedsRowDragDropOp > New
(
const TArray< DataStorage::RowHandle >& InRowHandles |
TedsOutlinerMode.h |