Drag and Drop in Game Window at runtime

Hello,

I need to get files (or rather their path) at runtime into my game. It seems, that it’s impossible to get the Windows Explorer working inside a game. So I hoped to get a Drag an Drop function working, after i read this thread. But it’s not giving me the right message and the mousse pointer changes to a circle with a bar crossing it.
This thread is the only stuff i could found around this topic, maybe someone got it working like described?

I have the exact same predicament. Were you ever able to find a solution to this?

No, did not found a way…

Hi!Well its quite possible you can use the IDesktopPlatform module to use native features.Here is the link to creating the File Picker with native windows.Hope it help you!

Thanks for the reply.
I managed to get it working with something similar to this: Drag&Drop Files into Game possible? - Programming & Scripting - Epic Developer Community Forums

(same as post in your question but I added a comment)