Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FCustomizableObjectEditorViewportMenuCommands
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorViewportMenuCommands.h |
| Include | #include "MuCOE/CustomizableObjectEditorViewportMenuCommands.h" |
Syntax
class FCustomizableObjectEditorViewportMenuCommands : public TCommands< FCustomizableObjectEditorViewportMenuCommands >
Remarks
Class containing commands for viewport menu actions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AnimSetDrawUVs | Draw UV mapping to viewport | |
| TSharedPtr< FUICommandInfo > | SetCPUSkinning | Open settings for the preview scene Select camera follow Show vertex normals | |
| TSharedPtr< FUICommandInfo > | SetShowBinormals | Show vertex binormals | |
| TSharedPtr< FUICommandInfo > | SetShowNormals | Show vertex normals | |
| TSharedPtr< FUICommandInfo > | SetShowTangents | Show vertex tangents |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Registers our commands with the binding system |