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

Namespaces

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

Macros

#define LOCTEXT_NAMESPACE   "UDataflow"
 

Functions

template<typename ActionType >
bool UE::Dataflow::Private::ForEachEdGraphNodeInEdGraph (UEdGraph *EdGraph, ActionType Action)
 
template<typename ActionType >
bool UE::Dataflow::Private::ForEachEdGraphNodeInEdGraph (const UEdGraph *EdGraph, ActionType Action)
 
template<typename ActionType >
void UE::Dataflow::Private::ForEachEdGraphNodeInDataflowAsset (UDataflow *DataflowAsset, ActionType Action)
 
template<typename ActionType >
void UE::Dataflow::Private::ForEachEdGraphNodeInDataflowAsset (const UDataflow *DataflowAsset, ActionType Action)
 

Variables

TAutoConsoleVariable< boolUE::Dataflow::CVars::CVarEnableSimulationDataflow (TEXT("p.Dataflow.EnableSimulation"), false, TEXT("If true enable the use of simulation dataflow (WIP)"), ECVF_Default)
 

Macro Definition Documentation

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "UDataflow"