Navigation
API > API/Plugins > API/Plugins/DataflowEditor
One template entry
| Name | FDataflowTemplateOption |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowTemplateRegistry.h |
| Include Path | #include "Dataflow/DataflowTemplateRegistry.h" |
Syntax
struct FDataflowTemplateOption
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | Dataflow/DataflowTemplateRegistry.h | ||
| Icon | const FSlateBrush * | Icon shown in the tile. Pass nullptr to fall back to a generic dataflow icon. | Dataflow/DataflowTemplateRegistry.h | |
| TemplateId | FName | Opaque identifier returned to the caller in the result. | Dataflow/DataflowTemplateRegistry.h | |
| Tooltip | FText | Dataflow/DataflowTemplateRegistry.h |