Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Function Graph Variables

Metric edited this page Jun 4, 2019 · 3 revisions

All variables are case sensitive!

Predefined Variables

  • Rad2Deg (Float) (Read Only)
  • Deg2Rad (Float) (Read Only)
  • size (Float2) (Read Only)
  • pos (Float2) (Read Only)
  • PI (Float) (Read Only)
  • RandomSeed (Float) (Read Only)

Accessing Node Parameters

Node parameters can be accessed via their name. If a parameter name has a space then it will have no spaces in the name for the variable name.

Node parameters are only accessible if the function belongs to a promoted parameter of the node.

Accessing Custom Parameters & Promoted Parameters

Custom and promoted parameters variable names are as follows: p_ParameterName. If the parameter name has a space then it will have no spaces in the name for the variable name.

Custom parameters and promoted parameters are available to all function graphs.

Clone this wiki locally