Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Enum to pick the number of points per guide
| Name | EGroomNumPoints |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/ResampleGuidesPointsNode.h |
| Include Path | #include "ResampleGuidesPointsNode.h" |
Syntax
enum EGroomNumPoints
{
Default = 0,
Size4 = 4,
Size8 = 8,
Size16 = 16,
Size32 = 32,
Size64 = 64,
}
Values
| Name | Remarks |
|---|---|
| Default | Default behavior coming from the strands size in the physics settings |
| Size4 | 4 points / curve |
| Size8 | 8 points / curve |
| Size16 | 16 points / curve |
| Size32 | 32 points / curve |
| Size64 | 64 points / curve |