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 FHairCardsGeometrySettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngularThreshold | Max angular difference between adjacents vertices to remove vertices during simplification with MinSegmentLength, in degrees. | |
| int32 | CardsCount | Define how many cards should be generated. | |
| EHairCardsClusterType | ClusterType | Quality of clustering when group hair to belong to a similar cards. | |
| EHairCardsGenerationType | GenerationType | Define how cards should be generated. | |
| float | MaxCardsLength | Length above which generated cards are discard, as there are considered too larger. | |
| float | MinCardsLength | Length below which generated cards are discard, as there are considered too small. | |
| float | MinSegmentLength | Minimum size of a card segment |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairCardsGeometrySettings& A |