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