Ref To Output
null
∅
Core
The Reference To Output node takes in a reference (either a data model store variable or source of a component field). And returns the IVariable reference that can be used for indirect writes. This node is created when attaching a data model store or field source into an input that requires an IVariable.
You can also use the Field As Variable node as an alternative to this way of using the reference of a field.
Outputs
* (IVariable)
The reference to the field containing that variable.
Globals
* (IVariable)
The IVariable reference (which could be either a data model store variable or source of a component field)
Examples
-
Ref To Output node example 01