Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowTemplateRegistry
Description
Register a single UDataflow asset as a template for the given asset class. Registrations are visible for subclasses of AssetClass. Safe to call from any module's StartupModule (game thread only).
| Name | RegisterTemplateAsset |
| 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 RegisterTemplateAsset
(
const UClass * AssetClass,
FDataflowTemplateAssetRegistration Registration
)