Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetPhysics.h |
| Include | #include "GroomAssetPhysics.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FHairStretchConstraint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | ProjectStretch | Enable the projection of the stretch constraint after the xpbd loop | |
| bool | SolveStretch | Enable the solve of the stretch constraint during the xpbd loop | |
| float | StretchDamping | Damping for the stretch constraint between 0 and 1 | |
| FRuntimeFloatCurve | StretchScale | Stretch scale along the strand | |
| float | StretchStiffness | Stiffness for the stretch constraint in GPa |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairStretchConstraint& A |