Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

Easy File Dialog

Firefly Studio - Code Plugins - May 20, 2020

A simple & easy to use blueprint file dialog plugin

  • Supported Platforms
  • Supported Engine Versions
    4.24 - 4.27, 5.0 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Easy File Dialog is a simple file & folder browser dialog plugin. It contains 3 blueprint nodes such as OpenFileDialog, SaveFileDialog and OpenFolderDialog. It can open and save single & multiple files.


As this is an open source project, you can fork the project from GIT anytime and build it for any version of Unreal Engine you like.

git: https://github.com/unrealsumon/EasyFileDialog

Technical Details

Features:

  •  Open File Dialog node
  •  Open Folder Dialog node
  •  Save File Dialog node
  • Works with both C++ and Blueprint projects


Code Modules:

  •  Runtime

 

Number of Blueprints: 3 Blueprint Nodes

Number of C++ Classes: 2

Supported Development Platforms: Windows (x64)

Supported Target Build Platforms: Windows (x64)