Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeMaterialInstance
Possible Datasmith material types, from EDatasmithMaterialInstanceType in DatasmithDefinitions.h.
| Name | EMaterialInstanceType |
| Type | enum |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeMaterial.h |
| Include Path | #include "DatasmithFacadeMaterial.h" |
Syntax
enum EMaterialInstanceType
{
Auto,
Opaque,
Transparent,
ClearCoat,
Custom,
CutOut,
Emissive,
Decal,
Count,
}
Values
| Name | Remarks |
|---|---|
| Auto | |
| Opaque | |
| Transparent | |
| ClearCoat | |
| Custom | |
| CutOut | Material has a transparent cutout map |
| Emissive | |
| Decal | |
| Count | Dummy element to count the number of types |