Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FDataflowToolRegistry
Interface for binding/unbinding tool actions. When a tool begins or ends we switch out the currently available FUICommandList. This allows multiple tools to have individual hotkey actions with the same key chords, for example.
| Name | IDataflowToolActionCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowToolRegistry.h |
| Include Path | #include "Dataflow/DataflowToolRegistry.h" |
Syntax
class IDataflowToolActionCommands
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDataflowToolActionCommands() |
Dataflow/DataflowToolRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindCommandsForCurrentTool
(
const TSharedPtr< FUICommandList >& UICommandList, |
Dataflow/DataflowToolRegistry.h | ||
void UnbindActiveCommands
(
const TSharedPtr< FUICommandList >& UICommandList |
Dataflow/DataflowToolRegistry.h |