Expression

Execute am C++ expression on the input parameters and store the result inside the blackboard key provided. 

Examples:

 

Success:  When the expression returns SUCCESS.

Failure: When the expression returns FAILURE, or there are some errors while compiling the expression.

Running: When the expression returns RUNNING.


Attributes

 

Attributes

Type

Description

Attributes

Type

Description

input0

meta

input 0 - please use input0 inside the expression to access its value

input1

meta

input 1 - please use input1 inside the expression to access its value

...

meta

...

input5

meta

Input 5 - please use input5 inside the expression to access its value

script

string

Multiline C++ expression

blackboardKey

string

Blackboard entry name used to store the result of the expression. Use variable "output" inside the expression to write to this blackboard.

 

 

Copyright © 2017, Toolchefs LTD.