getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
361 stars 74 forks source link

Implementation of drag and drop handler #32

Open GMAGD opened 4 years ago

GMAGD commented 4 years ago

hey guys can someone help me with drag and drop handler in blui cause it doesn't work in ue4

getnamo commented 4 years ago

You probably want to expose https://github.com/chromiumembedded/cef/blob/fa5268fa2d87701acb39947bd80970de10ddbddd/include/cef_browser.h#L787 and related methods, adding them into e.g. https://github.com/getnamo/BLUI/blob/master/Source/Blu/Private/RenderHandler.cpp