Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FCustomizableObjectEditorViewportLODCommands
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorViewportLODCommands.h |
| Include | #include "MuCOE/CustomizableObjectEditorViewportLODCommands.h" |
Syntax
class FCustomizableObjectEditorViewportLODCommands : public TCommands< FCustomizableObjectEditorViewportLODCommands >
Remarks
Class containing commands for persona viewport LOD actions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | FreeCamera | Sets the camera mode to free camera | |
| TSharedPtr< FUICommandInfo > | HighResScreenshot | Opens the control panel for high resolution screenshots | |
| TSharedPtr< FUICommandInfo > | LOD0 | LOD 0 | |
| TSharedPtr< FUICommandInfo > | LODAuto | LOD Auto | |
| TSharedPtr< FUICommandInfo > | OrbitalCamera | Sets the camera mode to orbital camera | |
| TSharedPtr< FUICommandInfo > | RotateMode | Rotate mode | |
| TSharedPtr< FUICommandInfo > | RotationGridSnap | Enables or disables snapping objects to a rotation grid | |
| TSharedPtr< FUICommandInfo > | ScaleMode | Scale mode | |
| TSharedPtr< FUICommandInfo > | ShowBones | Shows/Hide the bones of the skeletal mesh | |
| TSharedPtr< FUICommandInfo > | TranslateMode | Translate mode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Registers our commands with the binding system |