Website Header Slim

Derive Node Reference

Set Variable Node

Description

This node is essentially a setter that allows to store content that can be accessed by a Get Variable node (getter) at another point in the node tree. This is a handy way of organizing the project and avoiding connections that cut through the entire node tree.

Sample Tree

Properties

Property Name Property Type Description
Variable Name
String
Give the variable a name by which getters can access it.

Inputs

Input Name Allowed Data Types Description
In
Float, RGBA
Input that takes the texture to be stored.

Outputs

Output Name Data Type Description
Out
= Input Data Type
Outputs the input without modification.

Login