Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetCards.h |
| Include | #include "GroomAssetCards.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FHairCardsClusterSettings
Remarks
Deprecated
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseGuide | Use the simulation guide to generate the cards instead of the decimation parameter. | |
| float | ClusterDecimation | Decimation factor use to initialized cluster (only used when UseGuide is disabled). | |
| EHairCardsClusterType | Type | Quality of clustering when group hair to cluster center. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairCardsClusterSettings& A |