Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Build a weight map that will be identical on every curves
| Name | FBuildCurveWeightsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/AttachGuidesRootsNode.h |
| Include Path | #include "AttachGuidesRootsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FBuildCurveWeightsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBuildCurveWeightsDataflowNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | AttachGuidesRootsNode.h |
|
| CurveSelection | FDataflowCurveSelection | Curve selection to focus the geometry transfer spatially | AttachGuidesRootsNode.h |
|
| CurveWeights | FRuntimeFloatCurve | Weight value along each curves | AttachGuidesRootsNode.h |
|
| WeightsAttribute | FCollectionAttributeKey | Vertex kinematic weights key to be used in other nodes if necessary | AttachGuidesRootsNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBuildCurveWeightsDataflowNode, |
AttachGuidesRootsNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
AttachGuidesRootsNode.h |