Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
Enumerates the options for importing all meshes as one type.
| Name | EInterchangeForceMeshType |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAssetsPipelineSharedSettings.h |
| Include Path | #include "InterchangeGenericAssetsPipelineSharedSettings.h" |
Syntax
enum EInterchangeForceMeshType
{
IFMT_None,
IFMT_StaticMesh,
IFMT_SkeletalMesh,
IFMT_MAX,
}
Values
| Name | Remarks |
|---|---|
| IFMT_None | Import both static meshes and skeletal meshes from the source without converting them. |
| IFMT_StaticMesh | Import all meshes from the source as static meshes. |
| IFMT_SkeletalMesh | Import all meshes from the source as skeletal meshes. |
| IFMT_MAX |