[Interchange] Bone name space are replace with underscore, legacy fbx rename with dash

UE - Editor - Content Pipeline - Import and Export - Nov 6, 2024

This bug is critical since it can broke bone name reference between [animations, physics asset, curves, ...] and skeletal mesh bone name ...

Interchange: Forcing "Bind Pose Time Zero" to true doesn't always give good result

UE - Editor - Content Pipeline - Import and Export - Nov 6, 2024

When using the legacy fbx importer with time zero option to true the skinning is good. So its a regression. Would be awesome if it can be fix in 5.5.1 ...

[Interchange] mesh outside LODs hierarchy are added to only lod 0 it should be added to all lods

UE - Editor - Content Pipeline - Import and Export - Oct 9, 2024

[Interchange]: Skeletal mesh import do not take geometric transform

UE - Editor - Content Pipeline - Import and Export - Oct 9, 2024

We need to support geometric transform for meshes when importing skeletalmesh ...

Assertion failed on reimporting FBX scene

UE - Editor - Content Pipeline - Import and Export - Aug 7, 2024

Following code works as a work around : void SFbxSceneStaticMeshReimportListView::OnChangedOverrideOptions(TSharedPtr<FString> ItemSelected, ESelectInfo::Type SelectInfo) { #if 0 check(ItemSele ...

Interchange: Static analysis fix for interchange manager

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024

Interchange: Dialog import preview pipeline is missing the import context

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024

We need to call TransferAdjustSettings on the duplicated pipelines to execute the preview import. ...

StaticMesh reimport: socket List not refresh if the count is the same

UE - Editor - Content Pipeline - Import and Export - Jul 29, 2024

Interchange Scene: actor creation is not optimize

UE - Editor - Content Pipeline - Import and Export - Jul 29, 2024

UInterchangeGenericLevelPipeline::ExecuteSceneNodePreImport is iterating all nodes for every actors it create. We need to cache the result. ...

RunAssetExportTask do not pass the automated property to the exporter

UE - Editor - Content Pipeline - Import and Export - Jul 17, 2024