Docs

Get Variable (disabled)

This node cannot work. Graph variables have no authoring surface yet, so there is no value anywhere for it to read, and placing one fails the compile with a message saying so.

Get Variable (disabled) node

The Get Variable (disabled) node

When to use it

This node cannot work. Graph variables have no authoring surface yet, so there is no value anywhere for it to read, and placing one fails the compile with a message saying so.

The hard failure is deliberate. Quietly returning 0 would leave you a graph that looks fine and generates the wrong shape.

Declare Value paired with Use Value covers what this node was meant for: name an intermediate value, read it back somewhere else.

Pins

Pin Type Description
Value Number Nothing comes out of here. There is still no way to create a graph variable, so use Declare Value and Use Value instead.

Settings

Setting Type Description
Variable Name Text Which variable to read. It does nothing while there is still no way to create one.