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 FHairStrandsParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | StrandsDensity | Density of the strands in g/cm3 | |
| EGroomStrandsSize | StrandsSize | Number of particles per guide that will be used for simulation | |
| float | StrandsSmoothing | Smoothing between 0 and 1 of the incoming guides curves for better stability | |
| float | StrandsThickness | Strands thickness in cm that will be used for mass and inertia computation | |
| FRuntimeFloatCurve | ThicknessScale | Thickness scale along the curve |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairStrandsParameters& A |