Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowTemplateRegistry
Description
Register a content folder to scan for UDataflow template assets for a given asset class. Registrations are also visible when the picker is opened for any subclass of AssetClass. Safe to call from any module's StartupModule (game thread only).
| Name | RegisterTemplateFolder |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowTemplateRegistry.h |
| Include Path | #include "Dataflow/DataflowTemplateRegistry.h" |
| Source | /Engine/Plugins/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowTemplateRegistry.cpp |
void RegisterTemplateFolder
(
const UClass * AssetClass,
FDataflowTemplateFolderRegistration Registration
)