Version:

IN THIS ARTICLE

Clone

Clone

Creates a copy of the specified material. The material must already be loaded into memory, so that the node can find the material. If the material is not found, the node returns Invalid.

[materialclone, clonematerial, materialclonenode, clonematerialnode]

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

Warning
Don’t trigger this node for every frame. Each time the In event is received, a copy of the material is created.

Contents

Inputs


PinTypeDescription
InEventTriggers the node.
MaterialMaterialThe material to be cloned.

Outputs


PinTypeDescription
OutEventSends when the node is finished.
MaterialMaterialThe cloned material.