Enum EInterchangeSkeletalMeshContentType Path C++ Link /Script/InterchangeFactoryNodes.EInterchangeSkeletalMeshContentType underlying uint8 /Script/InterchangeFactoryNodes Values 4 NameValueHex All00x00Geometry10x01SkinningWeights20x02MAX30x03 Used by 2types with a member, parameter or interface of this type UInterchangeGenericMeshPipelineUInterchangeSkeletalMeshFactoryNode // /Script/InterchangeFactoryNodes.EInterchangeSkeletalMeshContentType enum class EInterchangeSkeletalMeshContentType : uint8 { All = 0, Geometry = 1, SkinningWeights = 2, MAX = 3, };