Navigation
API > API/Plugins > API/Plugins/DirectMeshControl
FDirectMeshControlCommands holds the registered UI commands for the Direct Mesh Control plugin.
| Name | FDirectMeshControlCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/DirectMeshControl/Source/DirectMeshControl/Public/DirectMeshControlCommands.h |
| Include Path | #include "DirectMeshControlCommands.h" |
Syntax
class FDirectMeshControlCommands : public TCommands< FDirectMeshControlCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FDirectMeshControlCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDirectMeshControlCommands() |
DirectMeshControlCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeginDirectMeshControlTools | TSharedPtr< FUICommandInfo > | Global palette command. | DirectMeshControlCommands.h | |
| BeginDirectMeshPolygroupTool | TSharedPtr< FUICommandInfo > | Command that activates the "DMC Polygroups" tool for generating bone-based polygroups. | DirectMeshControlCommands.h |
Functions
Public
Public Virtual
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands. | DirectMeshControlCommands.h |