Version:

IN THIS ARTICLE

Load by Name

Load by Name

Finds and returns the material with the specified name. Loads the material if the material is not already loaded.

Contents

[loadbynamenode, loadbyname]

In some cases, you might need to store the material to use later. For more information, see Material Variables.

Inputs


PinTypeDescription
InEventTriggers the node.
Material NameStringThe path name of a material to find and load. For more information, see Finding the Material Name.

Outputs


PinTypeDescription
OutEventSends when the node is finished.
MaterialMaterialThe material that was found. Returns Invalid if the material is not found.