EDatasmithMaterialMode

Regular: lambertians, glossy materials and almost every type of material but glass, metal or highly reflective.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithMaterialMode
{
    Regular,
    Glass,
    Metal,
    MixedMetal,
}

Values

Name

Description

Regular

Glass

Metal

MixedMetal

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss