Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/DragAndDrop
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FActorDragDropOp
- FActorDragDropGraphEdOp
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropOp.h |
| Include | #include "DragAndDrop/ActorDragDropOp.h" |
Syntax
class FActorDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< AActor > > | Actors | Actor that we are dragging |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| void | Init
(
const TArray< TWeakObjectPtr< AActor > >& InActors |
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |