Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Material | +-- Engine.Modifier | +-- Engine.FinalBlend
Variables Summary | |
---|---|
FinalBlend | |
byte | AlphaRef |
bool | AlphaTest |
EFrameBufferBlending | FrameBufferBlending |
bool | TwoSided |
bool | ZTest |
bool | ZWrite |
Inherited Variables from Engine.Modifier |
---|
Material |
Inherited Variables from Engine.Material |
---|
DefaultMaterial, FallbackMaterial, MaterialSoundType, MaterialType, MaterialVisualType, UseFallback, Validated |
Enumerations Summary | ||
---|---|---|
EFrameBufferBlending FB_Overwrite, FB_Modulate, FB_AlphaBlend, FB_AlphaModulate_MightNotFogCorrectly, FB_Translucent, FB_Darken, FB_Brighten, FB_Invisible, FB_ShadowBlend, FB_ShadowBlendOverwrite, |
Inherited Enumerations from Engine.Material |
---|
EMaterialType, EMaterialVisualType |
Functions Summary |
---|
Inherited Functions from Engine.Modifier |
---|
GetUSize, GetVSize, Reset, Trigger |
Inherited Functions from Engine.Material |
---|
GetUSize, GetVSize, Reset, Trigger |
Variables Detail |
---|
Enumerations Detail |
---|
FB_Overwrite, FB_Modulate, FB_AlphaBlend, FB_AlphaModulate_MightNotFogCorrectly, FB_Translucent, FB_Darken, FB_Brighten, FB_Invisible, FB_ShadowBlend, FB_ShadowBlendOverwrite,};
Defaultproperties |
---|
defaultproperties { FrameBufferBlending=FB_Overwrite ZWrite=True ZTest=True TwoSided=False MaterialType = MT_FinalBlend } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |