Publish Value
Exports a number the graph worked out, under a name.
export value, attribute, expose, read back, constant, metadata- Category
- Modifiers
- Outputs
- value
- Runs live in
- no target yet
The mirror image of an exposed control. A control lets game code set something; this lets game code read something the graph already knows: the measured height of a varied tree, how many shards a break produced, a derived offset.
It ships as an attribute on Roblox, a constant in a Godot kit, and scene data in glTF. It publishes the value at the export frame, so an animated chain still publishes but the number does not keep updating.
It draws nothing, and exporters strip it along with anything that only feeds it.
Inputs
| Socket | Type | Wiring |
|---|---|---|
| value | field, optional |
Parameters
| Name | Type | Default | Available when | What it does |
|---|---|---|---|---|
| Name | text | Value | always |
Built with this node
Nothing in the manual is built around this node yet.