Navigation
API > API/Plugins > API/Plugins/TextureGraph
Describe the possible attributes extracted from a MAterial during a DrawMaterial call this is used as high level data.
| Name | EDrawMaterialAttributeTarget |
| Type | enum |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/TG_Expression_MaterialBase.h |
| Include Path | #include "Expressions/TG_Expression_MaterialBase.h" |
Syntax
enum EDrawMaterialAttributeTarget
{
BaseColor = 0,
Metallic,
Specular,
Roughness,
Anisotropy,
Emissive,
Opacity,
OpacityMask,
Normal,
Tangent,
Count,
}
Values
| Name | Remarks |
|---|---|
| BaseColor | |
| Metallic | |
| Specular | |
| Roughness | |
| Anisotropy | |
| Emissive | |
| Opacity | |
| OpacityMask | |
| Normal | |
| Tangent | |
| Count | Always has to be the last. |