UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowCategoryRegistry.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Classes

struct  UE::Dataflow::FCategoryRegistry
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 

Macros

#define UE_DATAFLOW_REGISTER_CATEGORY_FORASSET_TYPE(CATEGORY_NAME, ASSET_TYPE)    UE::Dataflow::FCategoryRegistry::Get().RegisterCategoryForAssetType(CATEGORY_NAME, ASSET_TYPE::StaticClass()->GetFName());
 

Macro Definition Documentation

◆ UE_DATAFLOW_REGISTER_CATEGORY_FORASSET_TYPE

#define UE_DATAFLOW_REGISTER_CATEGORY_FORASSET_TYPE (   CATEGORY_NAME,
  ASSET_TYPE 
)     UE::Dataflow::FCategoryRegistry::Get().RegisterCategoryForAssetType(CATEGORY_NAME, ASSET_TYPE::StaticClass()->GetFName());