Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Smooth the curves for more stable deformation
| Name | FSmoothCurvePointsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/SmoothGuidesCurvesNode.h |
| Include Path | #include "SmoothGuidesCurvesNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FSmoothCurvePointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSmoothCurvePointsDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store data | SmoothGuidesCurvesNode.h |
|
| CurveSelection | FDataflowCurveSelection | Curve selection to focus the guides smoothing spatially | SmoothGuidesCurvesNode.h |
|
| SmoothingFactor | float | Smoothing factor between 0 and 1 | SmoothGuidesCurvesNode.h |
|