Good morning/evening/afternoon.
edit: seems it used to work
I was wondering if there was an alternative to the Download Image block that allows async loading of local images on the filesystem.
If I run the command as an http(s):// schema it works fine but if I try a file:// schema It executes but does not return success or failure.
looking at the source for UAsyncTaskDownloadImage::UAsyncTaskDownloadImage it’s obvious why it does not work and I guess with a little learning I can make my own function in C++ but If something already exists I’d love to use it.

