DocsNodesModifiers

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

SocketTypeWiring
valuefield, optional

Parameters

NameTypeDefaultAvailable whenWhat it does
NametextValuealways

Built with this node

Nothing in the manual is built around this node yet.

See also

  • valueThe other direction: a control the game can set.
  • measureThe usual source of the number worth publishing.

Open the editor and try it