Texture incorrectly set when importing glTF via Interchange.

UE - Editor - Content Pipeline - Import and Export - May 6, 2025

Some Materials in this glTF model will not use the correct texture on import.  Find interior doors. They will be Green when they should be set to use Wood_Basecolor texture and not Wood_Basecolor1 ...

[Interchange][glTF] Morph animations are not imported

UE - Editor - Content Pipeline - Import and Export - Apr 30, 2025

[Link Removed] From the UDN: When importing a glTF file from Blender with both skeletal and morph animations, only the bone animations are imported - the morph animation curve is completely missing ...

5.5 Static Mesh Import Pipeline Regression

UE - Editor - Content Pipeline - Import and Export - Apr 25, 2025

This question was created in reference to: [Link Removed] This post references the first post because this problem was not discovered till now. I think it was masked because the issue appears to be ...

[Interchange] Disabling Interchange 'Show Sections' in the Details Panel is not persisted

UE - Editor - Content Pipeline - Import and Export - Apr 22, 2025

[Interchange] Import Material flag ignored for MaterialInstances

UE - Editor - Content Pipeline - Import and Export - Apr 15, 2025

When Import Materials flag is disabled we still import MaterialInstances currently. If the flag is disabled we should leave out Materials and MaterailInstances on import. ...

MaterialX texture imports won't import files with the same name

UE - Editor - Content Pipeline - Import and Export - Apr 2, 2025

Hello! When importing .mtlx files that contain textures with the same name (but different filepaths), only the first texture is imported. This seems to be due to the function CreateTextureNode() i ...

[USD] Reimport change reference to transient

UE - Editor - Content Pipeline - Import and Export - Mar 31, 2025

https://forums.unrealengine.com/t/usd-reimport-changes-referencers-to-transient/2421831 ...

[Interchange] Ensure when re-importing an asset that was import with a blueprint pipeline

UE - Editor - Content Pipeline - Import and Export - Mar 14, 2025

The issue is in UInterchangeAssetImportData::ProcessPipelinesCache() The following iteration do not find blueprint pipeline, not sure about python pipeline, it need to be test. TMap<FString, UClas ...

Importing static mesh while a PIE session is running permanently breaks nanite on the asset

UE - Editor - Content Pipeline - Import and Export - Mar 12, 2025

Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...

Interchange static mesh import convert to reimport and fail to assign material changes.

UE - Editor - Content Pipeline - Import and Export - Mar 4, 2025

Hello, When reimporting an FBX using interchange, the material are reapplied and we are stuck with the old properties. We are calling interchange by code, but we were able to repro by doing a reimp ...