unreal.MaterialSearchLocation

class unreal.MaterialSearchLocation

Bases: unreal.EnumBase

EMaterial Search Location

C++ Source:

  • Module: UnrealEd

  • File: MaterialImportHelpers.h

ALL_ASSETS

Search for matching material in all assets folders.

Type

3

Do not search for existing matching materials

Type

4

LOCAL

Search for matching material in local import folder only.

Type

0

UNDER_PARENT

Search for matching material recursively from parent folder.

Type

1

UNDER_ROOT

Search for matching material recursively from root folder.

Type

2