unreal.FbxSceneVertexColorImportOption

class unreal.FbxSceneVertexColorImportOption

Bases: EnumBase

EFbx Scene Vertex Color Import Option

C++ Source:

  • Module: UnrealEd

  • File: FbxSceneImportOptionsStaticMesh.h

IGNORE: FbxSceneVertexColorImportOption

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

Type:

1

OVERRIDE: FbxSceneVertexColorImportOption

Override all vertex colors with the specified color.

Type:

2

REPLACE: FbxSceneVertexColorImportOption

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

Type:

0