Import setting console command

hi everyone

I’m trying to import a fbx file into unreal project without opening editor

i want to ingro texture and material importing ,but i don’t know how to set that

here is my command:

‘uePath/UE4Editor.exe projectPath/name.uproject -run=ImportAssets -source=fbxPath/test.fbx -dest=/Game/test -importsettings=""’

how to fill this importsetting parameter?

And is there any document about background running ?

use

-importsettings="-bImportMaterials=False -bImportTextures=False"

it’s worked