Navigation
API > API/Plugins > API/Plugins/HairModelingToolset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UEditGroomCardsToolActionPropertySet
- USelectGroomCardsToolActions
References
| Module | HairModelingToolset |
| Header | /Engine/Plugins/Experimental/HairModelingToolset/Source/HairModelingToolset/Public/GroomCardsEditorTool.h |
| Include | #include "GroomCardsEditorTool.h" |
Syntax
UCLASS&40;&41;
class USelectGroomCardsToolActions : public UEditGroomCardsToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNext () |
Add the next vertex along the card curve to the selection | |
| void | AddPrevious () |
Add the previous vertex along the card curve to the selection | |
| void | Clear () |
Clear the current selection | |
| void | Fill () |
Select unselected points along curve between selected points | |
| void | ToEnd () |
Select all vertices to the end of the card | |
| void | ToStart () |
Select all vertices to the start of the card |