![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsApplication.h>
Static Public Member Functions | |
| static FDeferredWindowsDragDropOperation | MakeDragEnter (HWND InHwnd, const FDragDropOLEData &InOLEData, ::DWORD InKeyState, POINTL InCursorPosition) |
| static FDeferredWindowsDragDropOperation | MakeDragOver (HWND InHwnd, ::DWORD InKeyState, POINTL InCursorPosition) |
| static FDeferredWindowsDragDropOperation | MakeDragLeave (HWND InHwnd) |
| static FDeferredWindowsDragDropOperation | MakeDrop (HWND InHwnd, const FDragDropOLEData &InOLEData, ::DWORD InKeyState, POINTL InCursorPosition) |
Public Attributes | |
| EWindowsDragDropOperationType::Type | OperationType |
| HWND | HWnd |
| FDragDropOLEData | OLEData |
| ::DWORD | KeyState |
| POINTL | CursorPosition |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| POINTL FDeferredWindowsDragDropOperation::CursorPosition |
| HWND FDeferredWindowsDragDropOperation::HWnd |
| ::DWORD FDeferredWindowsDragDropOperation::KeyState |
| FDragDropOLEData FDeferredWindowsDragDropOperation::OLEData |
| EWindowsDragDropOperationType::Type FDeferredWindowsDragDropOperation::OperationType |