Im setting the value of each pixel of a texture to an FFloat16 using ETextureSourceFormat::TSF_R16F, but all values above 1 are clamped down. I could divide then multiply later in the shader graph, but I would end up running into floating point error pretty soon