UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDeferredWindowsDragDropOperation Struct Reference

#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
 

Member Function Documentation

◆ MakeDragEnter()

static FDeferredWindowsDragDropOperation FDeferredWindowsDragDropOperation::MakeDragEnter ( HWND  InHwnd,
const FDragDropOLEData InOLEData,
::DWORD  InKeyState,
POINTL  InCursorPosition 
)
inlinestatic

◆ MakeDragLeave()

static FDeferredWindowsDragDropOperation FDeferredWindowsDragDropOperation::MakeDragLeave ( HWND  InHwnd)
inlinestatic

◆ MakeDragOver()

static FDeferredWindowsDragDropOperation FDeferredWindowsDragDropOperation::MakeDragOver ( HWND  InHwnd,
::DWORD  InKeyState,
POINTL  InCursorPosition 
)
inlinestatic

◆ MakeDrop()

static FDeferredWindowsDragDropOperation FDeferredWindowsDragDropOperation::MakeDrop ( HWND  InHwnd,
const FDragDropOLEData InOLEData,
::DWORD  InKeyState,
POINTL  InCursorPosition 
)
inlinestatic

Member Data Documentation

◆ CursorPosition

POINTL FDeferredWindowsDragDropOperation::CursorPosition

◆ HWnd

HWND FDeferredWindowsDragDropOperation::HWnd

◆ KeyState

::DWORD FDeferredWindowsDragDropOperation::KeyState

◆ OLEData

FDragDropOLEData FDeferredWindowsDragDropOperation::OLEData

◆ OperationType

EWindowsDragDropOperationType::Type FDeferredWindowsDragDropOperation::OperationType

The documentation for this struct was generated from the following file: