Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FLevelDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/LevelDragDropOp.h |
| Include Path | #include "DragAndDrop/LevelDragDropOp.h" |
Syntax
class FLevelDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FLevelDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGoodToDrop | bool | Whether content is good to drop on current site, used by decorator | DragAndDrop/LevelDragDropOp.h | |
| LevelsToDrop | TArray< TWeakObjectPtr< ULevel > > | The levels to be dropped. | DragAndDrop/LevelDragDropOp.h | |
| StreamingLevelsToDrop | TArray< TWeakObjectPtr< ULevelStreaming > > | The streaming levels to be dropped. | DragAndDrop/LevelDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init() |
Inits the tooltip | DragAndDrop/LevelDragDropOp.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
The widget decorator to use | DragAndDrop/LevelDragDropOp.h | |
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/LevelDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/LevelDragDropOp.h | ||
static TSharedRef< FLevelDragDropOp > New
(
const TArray< TWeakObjectPtr< ULevelStreaming > >& LevelsToDrop |
DragAndDrop/LevelDragDropOp.h | ||
static TSharedRef< FLevelDragDropOp > New
(
const TArray< TWeakObjectPtr< ULevel > >& LevelsToDrop |
DragAndDrop/LevelDragDropOp.h |