Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FActorDragDropGraphEdOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h |
| Include Path | #include "DragAndDrop/ActorDragDropGraphEdOp.h" |
Syntax
class FActorDragDropGraphEdOp : public FActorDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FActorDragDropOp → FActorDragDropGraphEdOp
Enums
Public
| Name | Remarks |
|---|---|
| ToolTipTextType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetToolTip
(
ToolTipTextType TextType, |
Set the appropriate tool tip when dragging functionality is active | DragAndDrop/ActorDragDropGraphEdOp.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/ActorDragDropGraphEdOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/ActorDragDropGraphEdOp.h | ||
static TSharedRef< FActorDragDropGraphEdOp > New
(
const TArray< TWeakObjectPtr< AActor > >& InActors |
DragAndDrop/ActorDragDropGraphEdOp.h |