Navigation
API > API/Developer > API/Developer/DatasmithFacade
| Name | EDatasmithFacadeMaterialExpressionType |
| Type | enum |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeUEPbrMaterial.h |
| Include Path | #include "DatasmithFacadeUEPbrMaterial.h" |
Syntax
enum EDatasmithFacadeMaterialExpressionType
{
ConstantBool,
ConstantColor,
ConstantScalar,
FlattenNormal,
FunctionCall,
Generic,
Texture,
TextureCoordinate,
None = 255,
}
Values
| Name | Remarks |
|---|---|
| ConstantBool | |
| ConstantColor | |
| ConstantScalar | |
| FlattenNormal | |
| FunctionCall | |
| Generic | |
| Texture | |
| TextureCoordinate | |
| None |