SAssetViewItem::OnDragOver

Called during drag and drop when the the mouse is being dragged over a widget.

Unreal Engine C++ API Reference > Editor > ContentBrowser > SAssetViewItem

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
Include #include "AssetViewWidgets.h"
Source /Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnDragOver
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry,
    const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragDropEvent
)

Remarks

Called during drag and drop when the the mouse is being dragged over 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library