Enum EBlendMode
Note: This is mirrored in Lightmass, be sure to update the blend mode structure and logic there if this changes. // Note: Check UMaterialInstance::Serialize if changed!!
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public enum EBlendMode
Fields
Name | Description |
---|---|
BLEND_Additive | |
BLEND_AlphaComposite | |
BLEND_Masked | |
BLEND_MAX | |
BLEND_Modulate | |
BLEND_Opaque | |
BLEND_Translucent |