EDatasmithTextureMode

Different usage for textures. Preserve enum order.

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithCore

Header

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

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithTextureMode
{
    Diffuse,
    Specular,
    Normal,
    NormalGreenInv,
    UNUSED_Displace,
    Other,
    Bump,
    Ies,
}

Values

Name

Description

Diffuse

Specular

Normal

NormalGreenInv

UNUSED_Displace

Other

Bump

Ies

Remarks

Different usage for textures.

Preserve enum order.