unreal.MaterialSearchLocation¶
- class unreal.MaterialSearchLocation¶
Bases:
EnumBaseEMaterial Search Location
C++ Source:
Module: UnrealEd
File: MaterialImportHelpers.h
- ALL_ASSETS: MaterialSearchLocation = Ellipsis¶
Search for matching material in all assets folders.
- Type:
3
- DO_NOT_SEARCH: MaterialSearchLocation = Ellipsis¶
Do not search for existing matching materials
- Type:
4
- LOCAL: MaterialSearchLocation = Ellipsis¶
Search for matching material in local import folder only.
- Type:
0
- UNDER_PARENT: MaterialSearchLocation = Ellipsis¶
Search for matching material recursively from parent folder.
- Type:
1
- UNDER_ROOT: MaterialSearchLocation = Ellipsis¶
Search for matching material recursively from root folder.
- Type:
2