How import fbx with python

hey, can anyone tell me how to import fbx with python in ue4.20

Hi, you can see an example in the Shotgun integration here:

you create an unreal.AssetImportTask(), set it up with parameters, then pass it to unreal.AssetToolsHelpers.get_asset_tools().import_asset_tasks().

Hope that helps!