If you know what’s the type of binary file you get from web you can always use 3rd party lib (like libpng or libjpg, btw they both included in UE) to convert it to raw RGBA data.
If you know what’s the type of binary file you get from web you can always use 3rd party lib (like libpng or libjpg, btw they both included in UE) to convert it to raw RGBA data.