Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Regular: lambertians, glossy materials and almost every type of material but glass, metal or highly reflective. Glass: glass material, it should have appropriate index of refraction and transparency Metal: to be considered a metal material it should have a proper reflective ior MixedMetal: highly reflective non-metallic materials
| Name | EDatasmithMaterialMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithMaterialMode
{
Regular,
Glass,
Metal,
MixedMetal,
}
Values
| Name | Remarks |
|---|---|
| Regular | |
| Glass | |
| Metal | |
| MixedMetal |