Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | EDMMaterialLayerStage |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/DMEDefs.h |
| Include Path | #include "DMEDefs.h" |
Syntax
enum EDMMaterialLayerStage
{
None = 0,
Base = 1 << 0,
Mask = 1 << 1,
All = Base | Mask,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Base | |
| Mask | |
| All |