Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FHairSimulationConstraints |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetPhysics.h |
| Include Path | #include "GroomAssetPhysics.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairSimulationConstraints
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BendDamping | float | Damping for the bend constraint between 0 and 1 | GroomAssetPhysics.h |
|
| BendStiffness | float | Stiffness for the bend constraint in GPa | GroomAssetPhysics.h |
|
| CollisionRadius | float | Radius that will be used for the collision detection against the physics asset | GroomAssetPhysics.h |
|
| KineticFriction | float | Kinetic friction used for collision against the physics asset | GroomAssetPhysics.h |
|
| StaticFriction | float | Static friction used for collision against the physics asset | GroomAssetPhysics.h |
|
| StrandsViscosity | float | Viscosity parameter between 0 and 1 that will be used for self collision | GroomAssetPhysics.h |
|
| StretchDamping | float | Damping for the stretch constraint between 0 and 1 | GroomAssetPhysics.h |
|
| StretchStiffness | float | Stiffness for the stretch constraint in GPa | GroomAssetPhysics.h |
|