| CompiledGraph |
TSharedRef< const FCompiledGraph > |
Compiled graph to evaluate |
Dataflow/DataflowContextEvaluator.h |
|
| NodeId |
FGuid |
Optional Id of the node to evaluate in particular Evaluator will try to its best to evaluate only the relevant nodes that leads to this one If not specified the entire graph will be evaluated |
Dataflow/DataflowContextEvaluator.h |
|
| OnPostEvaluation |
FOnPostEvaluationFunction |
Optional function to call when evaluation is done |
Dataflow/DataflowContextEvaluator.h |
|
| OnTerminalNodeEvaluated |
FOnTerminalNodeEvaluatedFunction |
Optional function to call each time after a "terminal" node has been evaluated A terminal node is a type of node that has its IsTerminal() method to return true (see FDataflowTerminalNode, FDataflowSubGraphOutputNode, FDataflowExecutionNode) |
Dataflow/DataflowContextEvaluator.h |
|