Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Resample the curves with a fixed number of points
| Name | FResampleCurvePointsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/ResampleGuidesPointsNode.h |
| Include Path | #include "ResampleGuidesPointsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FResampleCurvePointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FResampleCurvePointsDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | ResampleGuidesPointsNode.h |
|
| CurveSelection | FDataflowCurveSelection | Curve selection to focus the guides generation spatially | ResampleGuidesPointsNode.h |
|
| NumPoints | int32 | Max number of points (to be able to plug into a variable since enum is not supported in dataflow) | ResampleGuidesPointsNode.h |
|
| PointsCount | EGroomNumPoints | Max number of points | ResampleGuidesPointsNode.h |
|