EDatasmithMaterialExpressionType

Subtype of the MaterialExpression EDatasmithElementType, containing property value, variant, variant set, etc.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

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

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithMaterialExpressionType
{
    ConstantBool,
    ConstantColor,
    ConstantScalar,
    FlattenNormal,
    FunctionCall,
    Generic,
    Texture,
    TextureCoordinate,
    Custom,
    None                 = 255,
}

Values

Name

Description

ConstantBool

ConstantColor

ConstantScalar

FlattenNormal

FunctionCall

Generic

Texture

TextureCoordinate

Custom

None

Remarks

Subtype of the MaterialExpression EDatasmithElementType, containing property value, variant, variant set, etc.

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