UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowObject.h File Reference
#include "Containers/Array.h"
#include "CoreMinimal.h"
#include "Animation/MeshDeformerInstance.h"
#include "Animation/MeshDeformerProducer.h"
#include "Dataflow/DataflowPreview.h"
#include "Dataflow/DataflowCore.h"
#include "EdGraph/EdGraph.h"
#include "Templates/Function.h"
#include "Templates/SharedPointer.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ObjectPtr.h"
#include "UObject/UObjectGlobals.h"
#include "StructUtils/PropertyBag.h"
#include "Delegates/DelegateCombinations.h"
#include "DataflowObject.generated.h"

Go to the source code of this file.

Classes

struct  FDataflowAssetDelegates
 
class  FDataflowAssetEdit
 
class  UDataflow
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 

Enumerations

enum class  UE::Dataflow::ESubGraphChangedReason : uint8 {
  UE::Dataflow::Created , UE::Dataflow::Renamed , UE::Dataflow::Deleting , UE::Dataflow::Deleted ,
  UE::Dataflow::ChangedType
}
 
enum class  EDataflowType : uint8 { Construction , Simulation }
 

Enumeration Type Documentation

◆ EDataflowType

enum class EDataflowType : uint8
strong

Data flow types

Enumerator
Construction 

the dataflow will be used to build assets

Simulation 

The dataflow will be used to define the simulation evolution