Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/FDataflowToolRegistry
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowToolRegistry.h |
| Include | #include "Dataflow/DataflowToolRegistry.h" |
Syntax
class IDataflowToolActionCommands
Remarks
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.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommandsForCurrentTool
(
const TSharedPtr< FUICommandList >& UICommandList, |
||
| void | UnbindActiveCommands
(
const TSharedPtr< FUICommandList >& UICommandList |