Navigation
API > API/Plugins > API/Plugins/UVEditor > API/Plugins/UVEditor/FUVEditorToolActionCommands
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorCommands.h |
| Include | #include "UVEditorCommands.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Private/UVEditorCommands.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 |