Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FModelingModeActionCommands
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsActions.h |
| Include | #include "ModelingToolsActions.h" |
Syntax
class FModelingModeActionCommands : public TCommands< FModelingModeActionCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | FocusViewCommand | ||
| TSharedPtr< FUICommandInfo > | ToggleSelectionLockStateCommand |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterCommandBindings
(
TSharedPtr< FUICommandList > UICommandList, |
||
| void | UnRegisterCommandBindings
(
TSharedPtr< FUICommandList > UICommandList |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |