Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/FDataflowEditorCommandsImpl
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorCommands.h |
| Include | #include "Dataflow/DataflowEditorCommands.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorCommands.cpp |
static void UpdateToolCommandBinding
(
UInteractiveTool * Tool,
TSharedPtr < FUICommandList > UICommandList,
bool bUnbind
)
Remarks
Add or remove commands relevant to Tool to the given UICommandList. Call this when the active tool changes (eg on ToolManager.OnToolStarted / OnToolEnded)
Parameters
| Name | Description |
|---|---|
| bUnbind | if true, commands are removed, otherwise added |