Runtime Files Downloader
Documentation for the Runtime Files Downloader plugin. Get it on Fab.
📄️ Overview
Runtime Files Downloader Documentation
📄️ Download per chunk
It is possible to continuously download binary data using HTTP per chunks, receiving the binary data as a stream. Specify the chunk size for each download, and receive an OnComplete callback for each downloaded chunk.
📄️ Utility functions
There are utility functions to help you interact with files and memory at the Blueprints level.
📄️ Troubleshooting
To make it work on Android, you should add android.permission.WRITEINTERNALSTORAGE and android.permission.WRITEEXTERNALSTORAGE permissions in the project settings (or request them at runtime).