I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:ConstantColor

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Object >> Material >> RenderedMaterial >> ConstantMaterial >> ConstantColor (Package: Engine)

A material that generates a constant color. Useful for creating tints and other effects.

Properties[edit]

Color Color 
The desired RGB color. The A (alpha) value of the color won't have any effect if you just apply this directly to a surface: run it through a FinalBlend with FrameBufferBlending set to FB_AlphaBlend.