Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeTexture
Possible Datasmith texture modes. Copy of EDatasmithTextureMode from DatasmithCore DatasmithDefinitions.h.
| Name | ETextureMode |
| Type | enum |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeTexture.h |
| Include Path | #include "DatasmithFacadeTexture.h" |
Syntax
enum ETextureMode
{
Diffuse,
Specular,
Normal,
NormalGreenInv,
Displace,
Other,
Bump,
}
Values
| Name | Remarks |
|---|---|
| Diffuse | |
| Specular | |
| Normal | |
| NormalGreenInv | |
| Displace | |
| Other | |
| Bump |