unreal.FbxSceneVertexColorImportOption

class unreal.FbxSceneVertexColorImportOption

Bases: unreal.EnumBase

EFbx Scene Vertex Color Import Option

C++ Source:

  • Module: UnrealEd

  • File: FbxSceneImportOptionsStaticMesh.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