I made this a new thread since I know now that it is a bug and I want to make sure the right people see this:
Material rendering in 4.81:
Material rendering in 4.61:
The gifs should make it pretty obvious, anyway, with that material setup there should be no reflection nor specularity yet it clearly is there on the box in 4.81. In 4.61 it is rendering correctly.
I don’t know since when this bug exist, I just used 4.61 as any older engine.
The important part is that the luminance of the faces change when changing the view which also happens in your gif. I know now that it is some sort of reflection fresnel which is now how the shader works.
Luckily someone over at polycount got me a fix for this:
"Shader folder: DeferredLightingCommon.usf line 103
So at some point you at Epic changed the shading from Lambert to Burley and Burley does that fresnel reflection even when you have it set in the material to have no reflection. I don’t know why that is intended but luckily I can opt out with that change in the shader file.
The material is fully rough and the specular has been setted to 0. The only “light” on the scene is a fully white post processing cube map. So you should be seeing a completely flat color, and that’s obviously not the case.
My game uses a 2D-like aesthetic, so the issue is really obvious.