Saving UTexture2D to the PF_R8G8 pixel format

It’s been nearly six months and a few dozen crashes dedicated to this later, I still didn’t find a way to save a R8G8 texture asset.

Saving it with the R16F compression settings and changing the pixel format programmatically on startup works in the Editor, but fails in builds because changing cooked static textures’ pixel format simply isn’t enabled.

I’m surprised to have found few posts even mentioning the existence of R8G8 or two channels formats in general given how useful they are to me. Bitmaps with values within 2^16, 2D distance fields, or even pairs of terrain indices used with a side blending weight linear grayscale texture. It’s just a waste to have to use four channels when you only need two, especially with very large textures.