EMaterialSearchLocation

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss