Also your vector that you're plugging into the normal input is probably not doing what you think it is. Normal maps are based on a [-1,1] base range, beyond that you'll be overdriving the normals. And values in Unreal are simply decimal (1.0 = #FFFFFF = 255,255,255). Blah blah, your value should be 0,0,1 for a neutral…