unreal.VertexColorImportOption¶
- class unreal.VertexColorImportOption¶
Bases:
EnumBaseEVertex Color Import Option
C++ Source:
Module: UnrealEd
File: FbxMeshImportData.h
- IGNORE: VertexColorImportOption = Ellipsis¶
Ignore vertex colors from the FBX file, and keep the existing mesh vertex colors.
- Type:
1
- OVERRIDE: VertexColorImportOption = Ellipsis¶
Override all vertex colors with the specified color.
- Type:
2
- REPLACE: VertexColorImportOption = Ellipsis¶
Import the static mesh using the vertex colors from the FBX file.
- Type:
0