No Import Dialog When Importing FBX Files, but Disabling Interchange Framework Fixes It

I’m encountering an issue where I can’t see the import dialog when trying to import FBX files into Unreal Engine. It seems that no dialog or file browser opens when I try to import.

After some troubleshooting, I discovered that disabling the Interchange Framework Assets and Interchange Framework Plugins in the Plugins window fixes the issue and the import dialog starts showing again. However, I would prefer not to leave these plugins disabled since they provide important functionality for my project.

Has anyone else experienced this issue? Could anyone suggest a more permanent solution or workaround to allow both the Interchange Framework features and FBX import dialog to work properly?

Hi, we experienced the same trouble.

Disabling the two plugins mentioned above did fix our problem also.

Output log autoCancel the importation even if we try to enabling the Interchange Editor Framework

I assume you migrated a project from 5.4.4 to 5.5.
You could check in your project settings if for some reason your
“show import dialog” (1) option is unticked of if you have an override for the “Assets” import (2)
Probably easier is to just reset the interchange project settings to default and try again.
By default only the texture import dialog is hidden, FBX should show.

yup it was it thank you so much!!