Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsActions.h |
Include |
#include "ModelingToolsActions.h" |
class FModelingToolActionCommands : public TInteractiveToolCommands< FModelingToolActionCommands >
TInteractiveToolCommands implementation for this module that provides standard Editor hotkey support
Name | Description | |
---|---|---|
|
FModelingToolActionCommands() |
Name | Description | ||
---|---|---|---|
|
RegisterAllToolActions() |
Interface that hides various per-tool action sets Register all Tool command sets. |
|
|
UnregisterAllToolActions() |
Unregister all Tool command sets. Call this from module shutdown. |
|
|
UpdateToolCommandBinding ( |
Add or remove commands relevant to Tool to the given UICommandList. |
Name | Description | ||
---|---|---|---|
|
GetToolDefaultObjectList ( |
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. |