Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FClassDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h |
| Include Path | #include "DragAndDrop/ClassDragDropOp.h" |
Syntax
class FClassDragDropOp : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FClassDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassesToDrop | TArray< TWeakObjectPtr< UClass > > | The classes to be dropped. | DragAndDrop/ClassDragDropOp.h |
Functions
Public
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
The widget decorator to use | DragAndDrop/ClassDragDropOp.h | |
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/ClassDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/ClassDragDropOp.h | ||
static TSharedRef< FClassDragDropOp > New
(
TWeakObjectPtr< UClass > ClassToDrop |
DragAndDrop/ClassDragDropOp.h |