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/ActorDragDropGraphEdOp.h |
| Include | #include "DragAndDrop/ActorDragDropGraphEdOp.h" |
Syntax
class FActorDragDropGraphEdOp : public FActorDragDropOp
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| TSharedRef< FActorDragDropGraphEdOp > | New
(
const TArray< TWeakObjectPtr< AActor > >& InActors |
||
| void | SetToolTip
(
ToolTipTextType TextType, |
Set the appropriate tool tip when dragging functionality is active |
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. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ToolTipTextType |