My program doesn't have bugs. It just develops random features.

Legacy:FinalBlend

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:48, 4 May 2004 by Tarquin (Talk | contribs)

Jump to: navigation, search
UT2003 :: Object >> Material >> Modifier >> FinalBlend (Package: Engine)

What exactly does this class do except enabling alpha channels and creating UT1-style translucent textures?

Properties

bool AlphaTest 
byte AlphaRef 
EFrameBufferBlending FrameBufferBlending 
The way the material should be modified. See EFrameBufferBlending enum below for details.
bool TwoSided 
Whether the material should be made two-sided.
bool ZTest 
bool ZWrite 

Inherited from Modifier

Material Material (editinlineuse
The material to modify.

Inherited from Material

Material FallbackMaterial 
Material to use instead when this FinalBlend can't be displayed, e.g. because the material it modifies is too complex.

Enums

EFrameBufferBlending

FB_Overwrite 
FB_Modulate 
FB_AlphaBlend 
Activates the alpha channel of the material. This is useful when a texture was imported without enabling the Alpha option or when using a Combiner which can create a new alpha channel but never enables it.
FB_AlphaModulate_MightNotFogCorrectly 
FB_Translucent 
Creates a new alpha channel based on the material's brightness. Darker areas will be more translucent, brighter areas will be less translucent.
FB_Darken 
FB_Brighten 
FB_Invisible 

Category:Legacy Class (UT2003)
Category:Legacy To Do – Explain the other properties and blending modes and add a class description.