Navigation
API > API/Runtime > API/Runtime/UMG
A drop zone enum that can be passed through blueprint implementable events and sent through multicast delegates.
| Name | EUMGItemDropZone |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h |
| Include Path | #include "Blueprint/DragDropOperation.h" |
Syntax
enum EUMGItemDropZone
{
AboveItem,
OntoItem,
BelowItem,
None,
}
Values
| Name | Remarks |
|---|---|
| AboveItem | |
| OntoItem | |
| BelowItem | |
| None |