
The Declare Value node
When to use it
Saves an intermediate value under a name so you can read it back elsewhere without dragging a wire across the graph.
Wire it in line the way you normally would; the input passes straight through. Then read it anywhere with a Use Value node carrying the same name.
Worth it for a value that genuinely feeds several branches. For anything local, a wire is easier to follow. Leave the Name empty and it warns you, because nothing can read it.
Pins
| Pin | Type | Description |
|---|---|---|
Value |
Number | The value to put the name on. |
| Pin | Type | Description |
|---|---|---|
Value |
Number | The same value, untouched. Keep wiring from here as normal. |
Settings
| Setting | Type | Description |
|---|---|---|
Name |
Text | What to call it. A Use Value node with the same name reads it back. Leave it blank and nothing can find it. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.