Setting up the Android Native File Picker

In this tutorial, you'll learn how to set up Android native file picker, including opening file picker, retrieving the paths of selected files, cancel events and configuring options in blueprint nodes.

Opening File Picker

setting Blueprint Nodes to open File Picker

Retrieving Files' paths

setting Blueprint Nodes to Retrieve files' paths

Cancel Event

when the file picker returns an empty string or the user doesn’t select any file, a cancellation event is triggered. you can manage this event using the following delegate.

setting Delegate for Cancel Event

Configuring Selection Options (Single Selection/ Multi Selection/ Folder Selection)

Enum of Mode Selection
Warning In Using Options

Enabling "Folder Selection" disables individual file selection, allowing the user to select only the entire files of a folder.

Folder Selection

config folder selection Img screenshot of ANFP in folder selection mode

Multi Seleciton

config multi selection Img screenshot of ANFP in multi selection mode