Import FBX with Python with instanced materials. How?

I can import fbx with

unreal.FbxImportUI()

I can import materials with

set_editor_property('import_materials', True)

But, i cannot find options to set “Create New Instanced Materials”

How to do it?

1 Like