unreal.InterchangeVertexColorImportOption

class unreal.InterchangeVertexColorImportOption

Bases: unreal.EnumBase

EInterchange Vertex Color Import Option

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericAssetsPipeline.h

IVCIO_IGNORE

Ignore vertex colors from the translated source. In case of a re-import keep the existing mesh vertex colors.

Type

1

IVCIO_OVERRIDE

Override all vertex colors with the specified color.

Type

2

IVCIO_REPLACE

Import the mesh using the vertex colors from the translated source.

Type

0