Properties
| Var | |
| Edit Mode | Specifies how the variable is used in the node. 'Consume' reads the value of an existing variable, while 'Modify' changes the value or applies an expression to the variable. ConsumeReads and uses the value of the specified variable without altering it. ModifyApplies an expression or new value to the variable, updating its value for subsequent nodes. |
| Variable Name | The name of the variable to consume or modify. This should match the variable defined elsewhere in the graph or macro. |
| Expression | An optional mathematical or logical expression to apply when modifying the variable. Used only in 'Modify' mode. |
| Default Value | The value to use if the specified variable is not set or available. Ensures the node has a fallback value. |