unreal.GLTFVariantSetsMode

class unreal.GLTFVariantSetsMode

Bases: EnumBase

EGLTFVariant Sets Mode

C++ Source:

  • Plugin: GLTFExporter

  • Module: GLTFExporter

  • File: GLTFExportOptions.h

EPIC: GLTFVariantSetsMode

Uses the extension EPIC_level_variant_sets, which is supported by Unreal’s glTF viewer.

Type:

2

KHRONOS: GLTFVariantSetsMode

Uses the official extension KHR_materials_variants. Supports material variants only.

Type:

1

NONE: GLTFVariantSetsMode

Never export variants sets.

Type:

0