How to summon a Save/Load dialog?

Hey guys, I’m trying to figure out how to summon a traditional save/load dialog (You know, like this one:

I assume it’s possible, since it’s called in the editor, does anyone have any idea how to call it though?

Thanks!

Hi, the following code should do what you want:

FDesktopPlatformModule::Get()->SaveFileDialog(...)

or

FDesktopPlatformModule::Get()->OpenFileDialog(...)

Awesome, I knew it’d be something simple, thanks Andrew!

(I’ll mark it as correct once I get it working)

Funny that I only found this now. This does not work in a packaged build, so it’s effectively useless for any actual applications.

I was hoping you could help me.Did you solve the problem?How to summon a Save/Load dialog at run time?