Navigation
API > API/Plugins > API/Plugins/HairStrandsSolver
Solver settings that will be used in dataflow/deformergraph
| Name | FGroomSolverSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsSolver/Public/GroomSolverComponent.h |
| Include Path | #include "GroomSolverComponent.h" |
Syntax
USTRUCT ()
struct FGroomSolverSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveDynamicIndices | TArray< int32 > | List of dynamic curves | GroomSolverComponent.h | |
| CurveKinematicIndices | TArray< int32 > | List of kinematic curves | GroomSolverComponent.h | |
| MaxLODDistance | float | Maximum LOD distance (if distance between the component and the views is higher that this threshold, no simulation) | GroomSolverComponent.h |
|
| MaxPointsCount | float | Maximum number of points the solver is going to simulate | GroomSolverComponent.h |
|
| MinLODDistance | float | Minimum LOD distance (if distance between the component and the views is lower that this threshold, no simulation) | GroomSolverComponent.h |
|
| ObjectDistanceLods | TArray< int32 > | List of object curve lods | GroomSolverComponent.h | |
| PointDynamicIndices | TArray< int32 > | List of dynamic points | GroomSolverComponent.h | |
| PointKinematicIndices | TArray< int32 > | List of kinematic points | GroomSolverComponent.h |