# WBP_Drop

File Location: Content\Core\Widgets\DragAndSplit\WBP_Drop.uasset


A simple widget that handles dropping an item. There’s nothing special about this, the context menu widget also has a drop function.

The widget simply sets the drop operation enum to DropItem


This causes DropItem function to get called by the component, which could look something like this