Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > SThemeColorBlocksBar
- SWidget::OnDragEnter()
- SThemeColorBlocksBar::OnDragEnter()
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
virtual void OnDragEnter
(
const FGeometry & MyGeometry,
const FDragDropEvent & DragDropEvent
)
Remarks
Called during drag and drop when the drag enters a widget. A reply that indicated whether this event was handled.
Parameters
Name | Description |
---|---|
MyGeometry | The geometry of the widget receiving the event. |
DragDropEvent | The drag and drop event. |