Skip to content

Node Export Pin (v5.5)

Gerard Martin edited this page May 26, 2026 · 6 revisions

Warning

This page is for Mutable v5.5. A newer version is available — see the v5.8 version of this page.


image

Function

Exposes a value to the rest of its Customizable Object hierarchy.

Use Cases

Modify multiple morphs that depend on a single value, like a slider that defines size of the character belly modifying the morphs of the base mesh and all the jackets. Define a value useful for multiple customizable object children, like the team color changing the detail of many different clothing pieces worn by the character.

Node Properties

Name: Name of the exported value, to find it in an Import Pin of the same type.

Input Pins

Object: Runtime value that will be exported to every Customizable Object Import Pin that selects this name on this Customizable Object. Each Export Pin Node kind only accepts a value of its same Type.

Clone this wiki locally