Hello,
A number of nodes provide the ability to input an expression (e.g. the ‘Loop’ node has a ‘Loop when expression is true’ - when you click on it, a UI similar to that of KeyboardNumberInput
or KeyboardTextInput
appears, containing specific controls for building expressions from variables, operators etc.). Does the SDK provide a way to instantiate this expression-building UI in a 3rd-party URCap?
Also, is there a way to evaluate variables and/or expressions in a URCap? The closest thing I could find is in the ScriptWriter
, but it doesn’t seem to provide any direct access to evaluation (on the java side). Is that right?
Thx!