Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- TCommands< CommandContextType >
- TInteractiveToolCommands
- FUVEditorToolActionCommands
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorCommands.h |
| Include | #include "UVEditorCommands.h" |
Syntax
class FUVEditorToolActionCommands : public TInteractiveToolCommands< FUVEditorToolActionCommands >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | UpdateToolCommandBinding
(
UInteractiveTool* Tool, |
Add or remove commands relevant to Tool to the given UICommandList. |
Overridden from TInteractiveToolCommands
| Type | Name | Description | |
|---|---|---|---|
| void | GetToolDefaultObjectList
(
TArray< UInteractiveTool* >& ToolCDOs |
Interface that subclasses need to implement RegisterCommands() needs actual UInteractiveTool instances for all the Tools that want to provide Actions which will be connected to hotkeys. |