Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | ULevelEditorDragDropHandler |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorDragDropHandler.h |
| Include Path | #include "LevelEditorDragDropHandler.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class ULevelEditorDragDropHandler : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULevelEditorDragDropHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULevelEditorDragDropHandler() |
LevelEditorDragDropHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnLevelEditorDragDropWorldSurrogateReferencingObject | TBaseDelegate_TwoParams< TUniquePtr< FLevelEditorDragDropWorldSurrogateReferencingObject >, UWorld *, const FSoftObjectPath & > | LevelEditorDragDropHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCanDrop() |
LevelEditorDragDropHandler.h | ||
FText GetPreviewDropHintText() |
LevelEditorDragDropHandler.h | ||
FOnLevelEditorDragDropWorldSurrogateReferencingObject & OnLevelEditorDragDropWorldSurrogateReferencingObject() |
LevelEditorDragDropHandler.h | ||
| LevelEditorDragDropHandler.h | |||
| LevelEditorDragDropHandler.h | |||
virtual bool PreviewDropObjectsAtCoordinates
(
int32 MouseX, |
LevelEditorDragDropHandler.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PassesFilter
(
UWorld* World, |
LevelEditorDragDropHandler.h |