Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
| |
|
| Name |
EInterchangeVertexColorImportOption |
| Type |
enum |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAssetsPipelineSharedSettings.h |
| Include Path |
#include "InterchangeGenericAssetsPipelineSharedSettings.h" |
Syntax
enum EInterchangeVertexColorImportOption
{
IVCIO_Replace,
IVCIO_Ignore,
IVCIO_Override,
IVCIO_MAX,
}
Values
| Name |
Remarks |
| IVCIO_Replace |
Import the mesh using the vertex colors from the translated source. |
| IVCIO_Ignore |
Ignore vertex colors from the translated source. |
| IVCIO_Override |
Override all vertex colors with the specified color. |
| IVCIO_MAX |
|