Downloading assets onto phone

I answered your question in the Android forum. You can save the downloading image in UAsyncTaskDownloadImage::HandleImageRequest() to your cache directory to load later if you modify it. You will want to save and load from the GExternalFilePath (data directory associated with your APK). You can access it this way:


#if PLATFORM_ANDROID
extern FString GExternalFilePath;
#endif