unreal.VertexColorImportOption

class unreal.VertexColorImportOption

Bases: unreal.EnumBase

EVertex Color Import Option

C++ Source:

  • Module: UnrealEd

  • File: FbxMeshImportData.h

IGNORE

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

Type

1

OVERRIDE

Override all vertex colors with the specified color.

Type

2

REPLACE

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

Type

0