Navigation
API > API/Plugins > API/Plugins/UVEditor
| Name | FUVEditorToolActionCommands |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorCommands.h |
| Include Path | #include "UVEditorCommands.h" |
Syntax
class FUVEditorToolActionCommands : public TInteractiveToolCommands< FUVEditorToolActionCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → TInteractiveToolCommands → FUVEditorToolActionCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUVEditorToolActionCommands() |
UVEditorCommands.h |
Functions
Public
Overridden from TInteractiveToolCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetToolDefaultObjectList
(
TArray< UInteractiveTool* >& ToolCDOs |
UVEditorCommands.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterAllToolActions() |
UVEditorCommands.h | ||
static void UnregisterAllToolActions() |
UVEditorCommands.h | ||
static void UpdateToolCommandBinding
(
UInteractiveTool* Tool, |
Add or remove commands relevant to Tool to the given UICommandList. | UVEditorCommands.h |