Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
References
| |
|
| Module |
InterchangePipelines |
| Header |
/Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAssetsPipelineSharedSettings.h |
| Include |
#include "InterchangeGenericAssetsPipelineSharedSettings.h" |
Syntax
enum EInterchangeVertexColorImportOption
&123;
IVCIO_Replace,
IVCIO_Ignore,
IVCIO_Override,
IVCIO_MAX,
&125;
Values
| Name |
Description |
| 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 |
|