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 FHairBendConstraint
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BendDamping | Damping for the bend constraint between 0 and 1 | |
| FRuntimeFloatCurve | BendScale | Stiffness scale along the strand | |
| float | BendStiffness | Stiffness for the bend constraint in GPa | |
| bool | ProjectBend | Enable the projection of the bend constraint after the xpbd loop | |
| bool | SolveBend | Enable the solve of the bend constraint during the xpbd loop |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairBendConstraint& A |