Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| |
|
| Name |
EDMMaterialFlagsTranslucency |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Model/DynamicMaterialModelEditorOnlyData.h |
| Include Path |
#include "Model/DynamicMaterialModelEditorOnlyData.h" |
Syntax
enum EDMMaterialFlagsTranslucency
{
None = 0,
DisableDepthTest = 1 << 0,
ScreenSpaceReflections = 1 << 1,
AllowTranslucentCustomDepthWrites = 1 << 2,
AllowFrontLayerTranslucency = 1 << 3,
WriteOnlyAlpha = 1 << 4,
DitherOpacityMask = 1 << 5,
}
Values
| Name |
Remarks |
| None |
|
| DisableDepthTest |
|
| ScreenSpaceReflections |
|
| AllowTranslucentCustomDepthWrites |
|
| AllowFrontLayerTranslucency |
|
| WriteOnlyAlpha |
|
| DitherOpacityMask |
|