Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FGroomEditorCommands
References
| Module | HairStrandsEditor |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomEditorCommands.h |
| Include | #include "GroomEditorCommands.h" |
Syntax
class FGroomEditorCommands : public TCommands< FGroomEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | BeginHairPlaceTool | ||
| TSharedPtr< FUICommandInfo > | PauseSimulation | ||
| TSharedPtr< FUICommandInfo > | PlayAnimation | ||
| TSharedPtr< FUICommandInfo > | PlaySimulation | ||
| TSharedPtr< FUICommandInfo > | ResetSimulation | ||
| TSharedPtr< FUICommandInfo > | Simulate | ||
| TSharedPtr< FUICommandInfo > | StopAnimation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |