unreal.GroomSolverSettings

class unreal.GroomSolverSettings

Bases: StructBase

Solver settings that will be used in dataflow/deformergraph

C++ Source:

  • Plugin: HairStrands

  • Module: HairStrandsSolver

  • File: GroomSolverComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max_lod_distance (float): [Read-Write] Maximum LOD distance (if distance between the component and the views is higher that this threshold, no simulation)

  • min_lod_distance (float): [Read-Write] Minimum LOD distance (if distance between the component and the views is lower that this threshold, no simulation)

  • num_solver_iterations (int32): [Read-Write] Number of iterations for the constraint solver

  • num_sub_steps (int32): [Read-Write] Number of temporal sub-steps

  • simulation_frame_rate (float): [Read-Write] Frame rate for the simulation to run