unreal.InterchangeMaterialSearchLocation

class unreal.InterchangeMaterialSearchLocation

Bases: EnumBase

EInterchange Material Search Location

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericMaterialPipeline.h

ALL_ASSETS: InterchangeMaterialSearchLocation

Search for existing material in all assets folders.

Type:

3

Do not search for existing existing materials

Type:

4

LOCAL: InterchangeMaterialSearchLocation

Search for existing material in local import folder only.

Type:

0

UNDER_PARENT: InterchangeMaterialSearchLocation

Search for existing material recursively from parent folder.

Type:

1

UNDER_ROOT: InterchangeMaterialSearchLocation

Search for existing material recursively from root folder.

Type:

2