Hey, so I have a material setup that allows me to control the color using Constant3 Parameters. Have two texture which im multiplying by a Constant3 (Color) and then adding together before plugging into the Emissive Color node. However, if i multiply the second Texture with a value of 0 Red, the Preview and the In game material are not visible.
See screenshots. In First one i am multiplying by Constant3(1, 1, 0) which shows the yellow texture during the preview.
The second is multiplied by Constant3(0,1,0) which causes the preview to fail.
The Texture is using a Blend Mode of Additive.