Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Enum to pick strands or guides in dataflow nodes
| Name | EGroomCollectionType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/GroomCollectionFacades.h |
| Include Path | #include "GroomCollectionFacades.h" |
Syntax
enum EGroomCollectionType
{
Strands,
Guides,
}
Values
| Name | Remarks |
|---|---|
| Strands | Strands type (Rendering Mesh) |
| Guides | Guides type (Simulation Mesh) |