unreal.GLTFMaterialVariantMode

class unreal.GLTFMaterialVariantMode

Bases: EnumBase

EGLTFMaterial Variant Mode

C++ Source:

  • Plugin: GLTFExporter

  • Module: GLTFExporter

  • File: GLTFExportOptions.h

NONE: GLTFMaterialVariantMode

Never export material variants.

Type:

0

SIMPLE: GLTFMaterialVariantMode

Export material variants but only use a simple quad if a material input needs to be baked out.

Type:

1

USE_MESH_DATA: GLTFMaterialVariantMode

Export material variants and allow usage of the mesh data if a material input needs to be baked out with vertex data.

Type:

2