Definition ParticleDragDropHandler.h:6
virtual float CanHandle(const plDragDropInfo *pInfo) const override
Used to ask a handler whether it knows how to handle a certain drag & drop situation.
Definition ParticleDragDropHandler.cpp:10
virtual void OnDragBegin(const plDragDropInfo *pInfo) override
Called shortly after CanHandle returned true to begin handling a drag operation.
Definition ParticleDragDropHandler.cpp:18