Open 3D Engine ScriptCanvas Gem API Reference 25.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ScriptCanvasAssetDragDropHandler Class Reference

Inherits AzQtComponents::DragAndDropEventsBus::Handler.

Public Member Functions

int GetDragAndDropEventsPriority () const override
 
void DragEnter (QDragEnterEvent *event, AzQtComponents::DragAndDropContextBase &) override
 
void Drop (QDropEvent *event, AzQtComponents::DragAndDropContextBase &context) override
 Sent when a drag and drop action completes.
 

Member Function Documentation

◆ DragEnter()

void ScriptCanvasAssetDragDropHandler::DragEnter ( QDragEnterEvent *  event,
AzQtComponents::DragAndDropContextBase &   
)
override

Sent when a drag and drop action enters a widget. The context is intentionally non const, so that higher level listeners can add additional contextual information such as decoding the data and caching it, or partially consuming the data.


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