Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | EInterchangeGroomCacheImportType |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeGroomCacheFactoryNode.h |
| Include Path | #include "InterchangeGroomCacheFactoryNode.h" |
Syntax
enum EInterchangeGroomCacheImportType
{
None = 0x00,
Strands = 0x01,
Guides = 0x02,
All = Strands | Guides,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Strands | |
| Guides | |
| All |