Assert during HLOD Mesh Build with Degenerate Triangles in a Mirrored Mesh Instance

UE - Editor - Content Pipeline - Import and Export - Apr 14, 2023

Licensee reports an issue with MeshDescription indexing when reversing a degenerate triangle. ...

Interchange: Ensure in InterchangeManager when exiting the editor in game mode

UE - Editor - Content Pipeline - Import and Export - Mar 24, 2023

> UnrealEditor-InterchangeEngine-Win64-Debug.dll!UInterchangeManager::StartQueuedTasks::__l2::<lambda>() Line 861 C++  UnrealEditor-InterchangeEngine-Win64-Debug.dll!DispatchCheckVerify<bool,bool ...

Import path is not updated when re-importing assets from another source path by drag and drop

UE - Editor - Content Pipeline - Import and Export - Mar 13, 2023

The reimport process does not respect the new source path. Below is a workaround. UE::Interchange::FAssetImportResultRef FReimportManager::ReimportAsync(UObject* Obj, bool bAskForNewFileIfMissing, ...

Fbx importer: Issue when reimporting staticmesh base LOD and there is some custom LOD

UE - Editor - Content Pipeline - Import and Export - Mar 2, 2023

When we reset the material to fbx we should take care of the LOD since we will change/reorder the material slot array. ...

crash from a race condition between interchange worker dispatcher and worker handler

UE - Editor - Content Pipeline - Import and Export - Feb 13, 2023

Fbx Importer: Need to clamp incoming vertex color

UE - Editor - Content Pipeline - Import and Export - Jan 30, 2023

Interchange: racing condition when InterchangeWorker.exe is not built

UE - Editor - Content Pipeline - Import and Export - Jan 30, 2023

Imported meshes with hierarchical structures below lodGroup are not imported correctly

UE - Editor - Content Pipeline - Import and Export - Dec 16, 2022

All meshes under lodGroup are not imported, only some of them. If all meshes are merged into one, the imported meshes will be output correctly. ...

Exporting to FBx nanite staticmesh, export the low res fallback LOD 0

UE - Editor - Content Pipeline - Import and Export - Dec 7, 2022

The exporter export the render data and the nanite render data is on the gpu and is not accessible, this is why it export the fallback mesh. Its more complex then it appear since we will need to do ...