|
Agrarsense
|
#include <DragAndDropWidget.h>


Public Member Functions | |
| SLATE_BEGIN_ARGS (SDragAndDropWidget) | |
| void | Construct (const FArguments &InArgs) |
| FReply | OnDragOver (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent) override |
| FReply | OnDrop (const FGeometry &MyGeometry, const FDragDropEvent &DragDropEvent) override |
A custom widget for handling drag-and-drop in Unreal Engine's runtime viewport.
Definition at line 15 of file DragAndDropWidget.h.
| void SDragAndDropWidget::Construct | ( | const FArguments & | InArgs | ) |
Definition at line 10 of file DragAndDropWidget.cpp.
|
override |
Definition at line 15 of file DragAndDropWidget.cpp.
|
override |
Definition at line 27 of file DragAndDropWidget.cpp.
References USimulatorJsonParser::ParseAndOperateJSONFile().
|
inline |
Definition at line 20 of file DragAndDropWidget.h.