Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
bool ProcessDragEnterEvent
&40;
TSharedRef< SWindow > WindowEntered,
const FDragDropEvent & DragDropEvent
&41;
Remarks
Called when a drag from an external (non-slate) source enters a window true if the drag enter was handled and can be processed by some widget in this window; false otherwise
Parameters
| Name | Description |
|---|---|
| WindowEntered | The window that was entered by the drag and drop |
| DragDropEvent | Describes the mouse state (position, pressed buttons, etc) and associated payload |