Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialImportHelpers.h |
| Include |
#include "Factories/MaterialImportHelpers.h" |
Syntax
enum EMaterialSearchLocation
{
Local,
UnderParent,
UnderRoot,
AllAssets,
DoNotSearch,
}
Values
| Name |
Description |
| Local |
Search for matching material in local import folder only. |
| UnderParent |
Search for matching material recursively from parent folder. |
| UnderRoot |
Search for matching material recursively from root folder. |
| AllAssets |
Search for matching material in all assets folders. |
| DoNotSearch |
Do not search for existing matching materials |