UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowAnyTypeRegistry.h File Reference
#include "UObject/NameTypes.h"
#include "Containers/Map.h"
#include "Dataflow/DataflowTypePolicy.h"

Go to the source code of this file.

Classes

struct  UE::Dataflow::FAnyTypesRegistry
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 

Macros

#define UE_DATAFLOW_REGISTER_ANYTYPE(Type)   UE::Dataflow::FAnyTypesRegistry::RegisterTypeStatic<Type>(#Type)
 
#define UE_DATAFLOW_REGISTER_AUTOCONVERT(FromType, ToType, NodeType)   UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType)
 
#define UE_DATAFLOW_REGISTER_AUTOCONVERT_WITH_FILTER(FromType, ToType, NodeType, FilterFunc)   UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType, FilterFunc)
 

Macro Definition Documentation

◆ UE_DATAFLOW_REGISTER_ANYTYPE

#define UE_DATAFLOW_REGISTER_ANYTYPE (   Type)    UE::Dataflow::FAnyTypesRegistry::RegisterTypeStatic<Type>(#Type)

◆ UE_DATAFLOW_REGISTER_AUTOCONVERT

#define UE_DATAFLOW_REGISTER_AUTOCONVERT (   FromType,
  ToType,
  NodeType 
)    UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType)

◆ UE_DATAFLOW_REGISTER_AUTOCONVERT_WITH_FILTER

#define UE_DATAFLOW_REGISTER_AUTOCONVERT_WITH_FILTER (   FromType,
  ToType,
  NodeType,
  FilterFunc 
)    UE::Dataflow::FAnyTypesRegistry::RegisterAutoConvertNodeTypeStatic(#FromType, #ToType, #NodeType, FilterFunc)