Navigation
API > API/Runtime > API/Runtime/Engine
EMaterialProperty
| Name | EMaterialProperty |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneTypes.h |
| Include Path | #include "SceneTypes.h" |
Syntax
enum EMaterialProperty
{
MP_EmissiveColor = 0,
MP_Opacity,
MP_OpacityMask,
MP_DiffuseColor,
MP_SpecularColor,
MP_BaseColor,
MP_Metallic,
MP_Specular,
MP_Roughness,
MP_Anisotropy,
MP_Normal,
MP_Tangent,
MP_WorldPositionOffset,
MP_WorldDisplacement_DEPRECATED,
MP_TessellationMultiplier_DEPRECATED,
MP_SubsurfaceColor,
MP_CustomData0,
MP_CustomData1,
MP_AmbientOcclusion,
MP_Refraction,
MP_CustomizedUVs0,
MP_CustomizedUVs1,
MP_CustomizedUVs2,
MP_CustomizedUVs3,
MP_CustomizedUVs4,
MP_CustomizedUVs5,
MP_CustomizedUVs6,
MP_CustomizedUVs7,
MP_PixelDepthOffset,
MP_ShadingModel,
MP_FrontMaterial,
MP_SurfaceThickness,
MP_Displacement,
MP_MaterialAttributes,
MP_CustomOutput,
MP_MAX,
}
Values
| Name | Remarks |
|---|---|
| MP_EmissiveColor | |
| MP_Opacity | |
| MP_OpacityMask | |
| MP_DiffuseColor | |
| MP_SpecularColor | |
| MP_BaseColor | |
| MP_Metallic | |
| MP_Specular | |
| MP_Roughness | |
| MP_Anisotropy | |
| MP_Normal | |
| MP_Tangent | |
| MP_WorldPositionOffset | |
| MP_WorldDisplacement_DEPRECATED | |
| MP_TessellationMultiplier_DEPRECATED | |
| MP_SubsurfaceColor | |
| MP_CustomData0 | |
| MP_CustomData1 | |
| MP_AmbientOcclusion | |
| MP_Refraction | |
| MP_CustomizedUVs0 | |
| MP_CustomizedUVs1 | |
| MP_CustomizedUVs2 | |
| MP_CustomizedUVs3 | |
| MP_CustomizedUVs4 | |
| MP_CustomizedUVs5 | |
| MP_CustomizedUVs6 | |
| MP_CustomizedUVs7 | |
| MP_PixelDepthOffset | |
| MP_ShadingModel | |
| MP_FrontMaterial | |
| MP_SurfaceThickness | |
| MP_Displacement | |
| MP_MaterialAttributes | |
| MP_CustomOutput | |
| MP_MAX |