Enum EInterchangeVertexColorImportOption Path C++ Link /Script/InterchangePipelines.EInterchangeVertexColorImportOption underlying uint8 /Script/InterchangePipelines Values 4 NameValueHex IVCIO_Replace00x00IVCIO_Ignore10x01IVCIO_Override20x02IVCIO_MAX30x03 Used by 1types with a member, parameter or interface of this type UInterchangeGenericCommonMeshesProperties // /Script/InterchangePipelines.EInterchangeVertexColorImportOption enum class EInterchangeVertexColorImportOption : uint8 { IVCIO_Replace = 0, IVCIO_Ignore = 1, IVCIO_Override = 2, IVCIO_MAX = 3, };