Skip to content

EvalNode

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.

Pins

Pin NamePin DescriptionPin TypeValue Type
ExpressionMathematical expression to evaluateStringNormal
ResultResult of the evaluated expressionFloatNormal