unreal.InterchangeVertexColorImportOption

class unreal.InterchangeVertexColorImportOption

Bases: EnumBase

EInterchange Vertex Color Import Option

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericAssetsPipelineSharedSettings.h

IVCIO_IGNORE: InterchangeVertexColorImportOption

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

Type:

1

IVCIO_OVERRIDE: InterchangeVertexColorImportOption

Override all vertex colors with the specified color.

Type:

2

IVCIO_REPLACE: InterchangeVertexColorImportOption

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

Type:

0