Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
| |
|
| Name |
EInterchangeMaterialSearchLocation |
| Type |
enum |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericMaterialPipeline.h |
| Include Path |
#include "InterchangeGenericMaterialPipeline.h" |
Syntax
enum EInterchangeMaterialSearchLocation
{
Local,
UnderParent,
UnderRoot,
AllAssets,
DoNotSearch,
}
Values
| Name |
Remarks |
| Local |
Search for existing material in local import folder only. |
| UnderParent |
Search for existing material recursively from parent folder. |
| UnderRoot |
Search for existing material recursively from root folder. |
| AllAssets |
Search for existing material in all assets folders. |
| DoNotSearch |
Do not search for existing existing materials |