Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowToolRegistry
| Name | FToolInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowToolRegistry.h |
| Include Path | #include "Dataflow/DataflowToolRegistry.h" |
Syntax
struct FToolInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddNodeButtonIcon | FSlateIcon | Dataflow/DataflowToolRegistry.h | ||
| AddNodeButtonText | FText | Dataflow/DataflowToolRegistry.h | ||
| AddNodeCommand | TSharedPtr< FUICommandInfo > | Constructed automatically in FDataflowEditorCommandsImpl::RegisterCommands. | Dataflow/DataflowToolRegistry.h | |
| ToolActionCommands | TSharedRef< const IDataflowToolActionCommands > | Dataflow/DataflowToolRegistry.h | ||
| ToolBuilder | TObjectPtr< UInteractiveToolBuilder > | Specified when registering the tool. | Dataflow/DataflowToolRegistry.h | |
| ToolCategory | FName | Tool category for filtering | Dataflow/DataflowToolRegistry.h | |
| ToolCommand | TSharedPtr< FUICommandInfo > | Dataflow/DataflowToolRegistry.h |