EvalNode
Purpose of the Node
Section titled “Purpose of the Node”The EvalNode is used to evaluate a mathematical expression provided as a string input. It calculates the result and outputs it as a float value. If the expression is invalid, it logs an error and returns a default value.
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| Expression | Mathematical expression to evaluate | String | Normal |
| Result | Result of the evaluated expression | Float | Normal |