Import crash

While importing an asset the editor crashed due to a unchecked nullref in UnFbx::FFbxImporter::CreateAndLinkExpressionForMaterialProperty

https://github.com/EpicGames/UnrealEngine/blob/master/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp#L247

At this spot, for unknown reasons FbxTexture is null, ImportTexture dereferences it and boom it goes.

Hi LazyDodo,

Can you post a copy of the crash logs and your callstack so we can have a look? Thank you!

I can’t seem to reproduce anymore, i suspectgithub.com/EpicGames/UnrealEngine/commit/e5887f8df41eeef025eb411733195bdba9d62ef3 fixed this one as well.

Hi LazyDodo,

I am glad to hear that you may have a solution to your crash. I will mark this as answered for tracking purposes. If this crash occurs again, please comment here with the crash logs and the callstack for the crash. Thank you!