Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxMeshImportData.h |
Include | #include "Factories/FbxMeshImportData.h" |
Syntax
namespace EVertexColorImportOption
{
enum Type
&123;
Replace,
Ignore,
Override,
&125;
}
Values
Name | Description |
---|---|
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. |