unreal.VertexColorImportOption

class unreal.VertexColorImportOption

Bases: EnumBase

EVertex Color Import Option

C++ Source:

  • Module: UnrealEd

  • File: FbxMeshImportData.h

IGNORE: VertexColorImportOption

Ignore vertex colors from the FBX file, and keep the existing mesh vertex colors.

Type:

1

OVERRIDE: VertexColorImportOption

Override all vertex colors with the specified color.

Type:

2

REPLACE: VertexColorImportOption

Import the static mesh using the vertex colors from the FBX file.

Type:

0