unreal.MaterialImportHelpers

class unreal.MaterialImportHelpers(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Material Import Helpers

C++ Source:

  • Module: UnrealEd

  • File: MaterialImportHelpers.h

classmethod find_existing_material(base_path, material_full_name, recursive_paths) -> (MaterialInterface, out_error=Text)

Find Existing Material

Parameters:
  • base_path (str) –

  • material_full_name (str) –

  • recursive_paths (bool) –

Returns:

out_error (Text):

Return type:

Text

classmethod find_existing_material_from_search_location(material_full_name, base_package_path, search_location) -> (MaterialInterface, out_error=Text)

Find Existing Material from Search Location

Parameters:
Returns:

out_error (Text):

Return type:

Text