Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULevelEditorDragDropHandler
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/LevelEditorDragDropHandler.h |
| Include | #include "LevelEditorDragDropHandler.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class ULevelEditorDragDropHandler : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanDrop | True if it's valid to drop the object at the location queried | |
| bool | bRunAssetFilter | ||
| FText | HintText | Optional hint text that may be returned to the user. | |
| FOnLevelEditorDragDropWorldSurrogateReferencingObject | OnLevelEditorDragDropWorldSurrogateReferencingObjectDelegate | ||
| TUniquePtr< FLevelEditorDragDropWorldSurrogateReferencingObject > | WorldSurrogateReferencingObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCanDrop () |
||
| FText | |||
| FOnLevelEditorDragDropWorldSurrogateReferencingObject & | |||
| bool | PassesFilter
(
UWorld* World, |
||
| bool | PostDropObjectsAtCoordinates
(
int32 MouseX, |
||
| bool | |||
| bool | PreviewDropObjectsAtCoordinates
(
int32 MouseX, |
Typedefs
| Name | Description |
|---|---|
| FOnLevelEditorDragDropWorldSurrogateReferencingObject |