Navigation
API > API/Plugins > API/Plugins/HairStrandsSolver
Dataflow groom solver proxy used in dataflow simulation
| Name | FDataflowGroomSolverProxy |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsSolver/Public/GroomSolverComponent.h |
| Include Path | #include "GroomSolverComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FDataflowGroomSolverProxy :
public FDataflowPhysicsSolverProxy ,
public Chaos::FPhysicsSolverEvents
Inheritance Hierarchy
- FDataflowSimulationProxy → FDataflowPhysicsSolverProxy → FDataflowGroomSolverProxy
- FPhysicsSolverEvents → FDataflowGroomSolverProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowGroomSolverProxy
(
FGroomSolverSettings InProp |
GroomSolverComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowGroomSolverProxy() |
GroomSolverComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeformerInstance | UMeshDeformerInstance * | Deformer instance coming from the component | GroomSolverComponent.h | |
| DeformerInstanceGuids | TMap< FGuid, FGuid > | Deformer Instance GUIDs | GroomSolverComponent.h |
Functions
Public
Overridden from FDataflowPhysicsSolverProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdvanceSolverDatas
(
const float DeltaTime |
GroomSolverComponent.h |
Overridden from FDataflowSimulationProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UScriptStruct * GetScriptStruct() |
GroomSolverComponent.h | ||
virtual bool IsValid() |
GroomSolverComponent.h |