8#include "CoreMinimal.h"
9#include "Widgets/SCompoundWidget.h"
10#include "Input/DragAndDrop.h"
26 FReply
OnDragOver(const FGeometry& MyGeometry, const FDragDropEvent& DragDropEvent) override;
28 FReply
OnDrop(const FGeometry& MyGeometry, const FDragDropEvent& DragDropEvent) override;