32bit texture problem

I’m having a bit of a problem when using a single channel 32bit texture, more exactly: EPixelFormat::PF_R32_UINT

It seems to act very weird: when the value is half of a 32bit max value, it’s all black, when going higher it goes and over over bright, are all the 32bits used to build a color, or is there something im missing?