ETranslucencyLightingMode
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ETranslucencyLightingMode
Inheritance Object → ValueType → Enum → ETranslucencyLightingMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TLM_VolumetricNonDirectional | 0 | |
| TLM_VolumetricDirectional | 1 | |
| TLM_VolumetricPerVertexNonDirectional | 2 | |
| TLM_VolumetricPerVertexDirectional | 3 | |
| TLM_Surface | 4 | |
| TLM_SurfacePerPixelLighting | 5 | |
| TLM_MAX | 6 |