What is the order of FColor* in MipData obtained from a UTexture2D?

Hi StellerBap,

Yes they are rows of columns, so the for loops are around the correct way (not that it really matters) - just change it to “MipData[(RowNum*TextureWidth)+ColNum]”

1 Like