Website Header Slim

Derive Node Reference

Get Variable Node

Description

This node is essentially a getter that allows access to content previously stored by a Set Variable node (Setter) at another point in the node tree.

 

The node displays the same name as the node it accesses, but with an asterisk at it’s end. This notation indicated that the node is a getter and does not hold data of it’s own, and that it is instead pointing to the data held by a setter.

 

Attention: When a Get Variable node is selected, the Set Variable node that it points to will be highlighted with an orange frame around it, to make it easier to spot.

Sample Tree

Properties

Property Name Property Type Description
Reference
Enumerator
Select the setter that the node should point to. The enumerator will list all available setters.

Inputs

None

Outputs

Output Name Data Type Description
Out
= Input Data Type of the referenced setter

Outputs the input of the referenced Set Variable node.

Login