Navigation
API > API/Editor > API/Editor/UnrealEd
Fbx Importer UI options.
| Name | EFbxSceneVertexColorImportOption |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h |
| Include Path | #include "Factories/FbxSceneImportOptionsStaticMesh.h" |
Syntax
enum EFbxSceneVertexColorImportOption
{
Replace,
Ignore,
Override,
}
Values
| Name | Remarks |
|---|---|
| Replace | Import the static mesh using the vertex colors from the FBX file. |
| Ignore | Ignore vertex colors from the FBX file, and keep the existing mesh vertex colors. |
| Override | Override all vertex colors with the specified color. |