UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowNode.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 
namespace  UE::Dataflow::Private
 

Variables

bool bDataflowEnableGraphEval = true
 
FAutoConsoleVariableRef CVARDataflowEnableGraphEval (TEXT("p.Dataflow.EnableGraphEval"), bDataflowEnableGraphEval, TEXT("Enable automatic graph evaluation in the Dataflow Editor. [def:true]"))
 

Variable Documentation

◆ bDataflowEnableGraphEval

bool bDataflowEnableGraphEval = true

◆ CVARDataflowEnableGraphEval

FAutoConsoleVariableRef CVARDataflowEnableGraphEval(TEXT("p.Dataflow.EnableGraphEval"), bDataflowEnableGraphEval, TEXT("Enable automatic graph evaluation in the Dataflow Editor. [def:true]")) ( TEXT("p.Dataflow.EnableGraphEval")  ,
bDataflowEnableGraphEval  ,
TEXT("Enable automatic graph evaluation in the Dataflow Editor. [def:true]")   
)