Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowTemplateRegistry
Description
Build template options for the given asset class by scanning all registered folders (including those registered for parent classes, most-derived first). A "Blank" option is always prepended. Queries the asset registry synchronously — call from the game thread only.
| Name | GetTemplateOptions |
| 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 |
TArray < FDataflowTemplateOption > GetTemplateOptions
(
const UClass * AssetClass,
bool bAddDefaultBlankOption
) const