Navigation
API > API/Plugins > API/Plugins/TedsOperations
TEDS UI TODO: Instead of using a decorated operation use a default one and allow decorator customization using TEDS UI.
| Name | FTedsDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/DragAndDrop/TedsDragDropOp.h |
| Include Path | #include "DragAndDrop/TedsDragDropOp.h" |
Syntax
class FTedsDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FTedsDragDropOp
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DragAndDrop/TedsDragDropOp.h | |||
const FRowHandleArray & GetRowArray () |
DragAndDrop/TedsDragDropOp.h | ||
FRowHandleArrayView GetRows() |
DragAndDrop/TedsDragDropOp.h |
Public Virtual
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/TedsDragDropOp.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
FRowHandleArray InDraggedRows |
DragAndDrop/TedsDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/TedsDragDropOp.h | ||
static TSharedRef< FTedsDragDropOp > New
(
FRowHandleArray InDraggedRows |
DragAndDrop/TedsDragDropOp.h |