UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::FCategoryRegistry Struct Reference

#include <DataflowCategoryRegistry.h>

Public Types

using FCategoryName = FName
 
using FAssetType = FName
 

Public Member Functions

DATAFLOWCORE_API void RegisterCategoryForAssetType (const FCategoryName Category, const FAssetType AssetType)
 
DATAFLOWCORE_API bool IsCategoryForAssetType (const FCategoryName Category, const FAssetType AssetType) const
 

Static Public Member Functions

static DATAFLOWCORE_API FCategoryRegistryGet ()
 
static DATAFLOWCORE_API void TearDown ()
 

Member Typedef Documentation

◆ FAssetType

◆ FCategoryName

Member Function Documentation

◆ Get()

FCategoryRegistry & UE::Dataflow::FCategoryRegistry::Get ( )
static

◆ IsCategoryForAssetType()

bool UE::Dataflow::FCategoryRegistry::IsCategoryForAssetType ( const FCategoryName  Category,
const FAssetType  AssetType 
) const

◆ RegisterCategoryForAssetType()

void UE::Dataflow::FCategoryRegistry::RegisterCategoryForAssetType ( const FCategoryName  Category,
const FAssetType  AssetType 
)

register a category name for a specific type of asset

◆ TearDown()

void UE::Dataflow::FCategoryRegistry::TearDown ( )
static

The documentation for this struct was generated from the following files: