Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| |
|
| Name |
EDMMaterialFlagsGeneral |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Model/DynamicMaterialModelEditorOnlyData.h |
| Include Path |
#include "Model/DynamicMaterialModelEditorOnlyData.h" |
Syntax
enum EDMMaterialFlagsGeneral
{
None = 0,
TwoSided = 1 << 0,
TangentSpaceNormal = 1 << 1,
UsesDistortion = 1 << 2,
NormalCurvatureToRoughness = 1 << 3,
FullyRough = 1 << 4,
DitheredLODTransition = 1 << 5,
EnableDisplacementFade = 1 << 6,
GenerateSphericalParticleNormals = 1 << 7,
}
Values
| Name |
Remarks |
| None |
|
| TwoSided |
|
| TangentSpaceNormal |
|
| UsesDistortion |
|
| NormalCurvatureToRoughness |
|
| FullyRough |
|
| DitheredLODTransition |
|
| EnableDisplacementFade |
|
| GenerateSphericalParticleNormals |
|