Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Build the curve geometry from a collection containing curves
| Name | FGenerateCurveGeometryDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/GenerateGuidesCurvesNode.h |
| Include Path | #include "GenerateGuidesCurvesNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FGenerateCurveGeometryDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGenerateCurveGeometryDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMergeCurves | bool | Flag to check if we can merge guides or not | GenerateGuidesCurvesNode.h |
|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | GenerateGuidesCurvesNode.h |
|
| CurveCount | int32 | Max number of guides | GenerateGuidesCurvesNode.h |
|
| CurveSelection | FDataflowCurveSelection | Curve selection to focus the curves generation spatially | GenerateGuidesCurvesNode.h |
|
| SourceCurves | FManagedArrayCollection | Managed array collection to be used to store datas | GenerateGuidesCurvesNode.h |
|