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 FHairSolverSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceVisible | Force the Niagara solver component to be visible | |
| TSoftObjectPtr< UNiagaraSystem > | CustomSystem | Custom system to be used for simulation | |
| bool | EnableSimulation | Enable the simulation for the group | |
| float | GravityPreloading | Optimisation of the rest state configuration to compensate from the gravity | |
| int32 | IterationCount | Number of iterations for the constraint solver | |
| EGroomNiagaraSolvers | NiagaraSolver | Niagara solver to be used for simulation | |
| int32 | SubSteps | Number of substeps to be used |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairSolverSettings& A |