Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Builds the curves LODs
| Name | FBuildCurveLODsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/BuildGuidesLODsNode.h |
| Include Path | #include "BuildGuidesLODsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FBuildCurveLODsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBuildCurveLODsDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store data | BuildGuidesLODsNode.h |
|
| CurveLodsKey | FCollectionAttributeKey | Curve lods indices key to be used in other nodes if necessary | BuildGuidesLODsNode.h |
|
| CurveParentsKey | FCollectionAttributeKey | Curve parent indices key to be used in other nodes if necessary | BuildGuidesLODsNode.h |
|
| CurveSelection | FDataflowCurveSelection | Curve selection to focus the geometry LODs spatially | BuildGuidesLODsNode.h |
|