unreal.DataflowEditorEvaluationMode

class unreal.DataflowEditorEvaluationMode

Bases: EnumBase

EDataflow Editor Evaluation Mode

C++ Source:

  • Plugin: Dataflow

  • Module: DataflowEditor

  • File: DataflowEditorOptions.h

AUTOMATIC: DataflowEditorEvaluationMode = Ellipsis

Dataflow graph will evaluate automatically when values are changed

Type:

0

MANUAL: DataflowEditorEvaluationMode = Ellipsis

Dataflow graph will not eveluate until the user presses the evaluate button in the editor

Type:

1