Page 1 of 1

File picker in Noesis for Unreal Engine?

Posted: 01 Jan 2019, 07:57
by shiaro007
I'm trying to design a UI using Noesis with Unreal Engine and one of our use case involves choosing an image file from local directory at runtime and then use it further in our functionality. I was wondering if there is any 'File Picker' control that would open a file chooser dialog to choose a jpeg/png and then fetch the path of the chosen file which we'll then use further??

Re: File picker in Noesis for Unreal Engine?

Posted: 08 Jan 2019, 01:54
by sfernandez
There is no such control in Noesis, but you can build a UserControl for that .
Basically it can show a list of folders and files in a selected directory, and a couple of buttons for select and cancel.