| Home Page | Recent Changes | Preferences

FinalBlend

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 usefull 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 class (UT2003)
Category To Do – Explain the other properties and blending modes and add a class description.

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In