EMaterialDecalResponse
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EMaterialDecalResponse
Inheritance Object → ValueType → Enum → EMaterialDecalResponse
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| MDR_None | 0 | |
| MDR_ColorNormalRoughness | 1 | |
| MDR_Color | 2 | |
| MDR_ColorNormal | 3 | |
| MDR_ColorRoughness | 4 | |
| MDR_Normal | 5 | |
| MDR_NormalRoughness | 6 | |
| MDR_Roughness | 7 | |
| MDR_MAX | 8 |