Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FHairBendConstraint |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetPhysics.h |
| Include Path | #include "GroomAssetPhysics.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairBendConstraint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHairBendConstraint() |
GroomAssetPhysics.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BendDamping | float | Damping for the bend constraint between 0 and 1 | GroomAssetPhysics.h |
|
| BendScale | FRuntimeFloatCurve | Stiffness scale along the strand | GroomAssetPhysics.h |
|
| BendStiffness | float | Stiffness for the bend constraint in GPa | GroomAssetPhysics.h |
|
| ProjectBend | bool | Enable the projection of the bend constraint after the xpbd loop | GroomAssetPhysics.h |
|
| SolveBend | bool | Enable the solve of the bend constraint during the xpbd loop | GroomAssetPhysics.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FHairBendConstraint& A |
GroomAssetPhysics.h |