Skip to content

EvalNode

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 NamePin DescriptionPin TypeValue Type
ExpressionMathematical expression to evaluateStringNormal
ResultResult of the evaluated expressionFloatNormal