Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FExportTextDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ExportTextDragDropOp.h |
| Include Path | #include "DragAndDrop/ExportTextDragDropOp.h" |
Syntax
class FExportTextDragDropOp : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FExportTextDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorExportText | FString | DragAndDrop/ExportTextDragDropOp.h | ||
| NumActors | int32 | DragAndDrop/ExportTextDragDropOp.h |
Functions
Public
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/ExportTextDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/ExportTextDragDropOp.h | ||
static TSharedRef< FExportTextDragDropOp > New
(
const TArray< AActor* >& InActors |
DragAndDrop/ExportTextDragDropOp.h |