Assert when adding geometry cache asset as a component to a blueprint actor

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

When adding an asset directly to a blueprint, it is not in the streaming components, so the assertion fails when setting the geometry cache. ...

Reimporting SkeletalMesh with LODs generated via reduction tool crashes when reduction plugin is disabled

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

When reimporting a Skeletal Mesh that has LODs generated via the reduction tool, the editor will crash if the Skeletal Mesh Simplifier plugin is disabled. This issue was originally reported on th ...

Fbx animation re-import using UAssetImportTask in python will not use options

UE - Editor - Content Pipeline - Import and Export - Mar 5, 2021

Anim sequence re import factory is not overriding correctly the settings when we pass the override UFbxImportUI asset. It still use the original import data ...

Crash when reimporting skeletalmesh with metadata

UE - Editor - Content Pipeline - Import and Export - Jan 11, 2021

Crash when we restore metadata after re-importing a skeletalmesh. ...

Crash when using automated groom import

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2021

UDN customer reported that using automated groom import through Blueprint was crashing. This can probably be reproduced with a Python script using an asset import task with the automated flag set to ...

Nameclash error when importing skeletal mesh

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2021

The attached FBX file is getting a nameclash error when imported.  This content is licensee content please delete after using. This issue is NOT occurring at 4.25.4 Binary @ CL 14818863 Marked as ...

Fbx import has some scale differences

UE - Editor - Content Pipeline - Import and Export - Dec 15, 2020

A licensee has forwarded an fbx that came out of Nuke. I think the animation is importing into Sequencer correctly, but the objects seem to be scaled. If I take the fbx into Maya and then reexport i ...

FBX SkeletalMesh import - Some custom attribute values interfere with SkeletalMesh Import/Export

UE - Editor - Content Pipeline - Import and Export - Dec 8, 2020

It appears that the value of a string custom attribute on a SkeletalMesh node can interfere with the import process of the SkeletalMesh, as well as with the export process according to UDN. Adding t ...

Error when exporting OBJ unattended

UE - Editor - Content Pipeline - Import and Export - Dec 1, 2020

When doing an unattended OBJ export with python. The export will fail and give the atteched callstack. ...

Using Do Not Create Material in FBX import settings seems to result in only one Material Slot

UE - Editor - Content Pipeline - Import and Export - Nov 30, 2020

The licensee reported the following on this issue. The problem seems to be that the comparison below is not working properly. If the Material is not created, it will be a comparison between WorldGr ...