Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Attach the guides roots by setting their kinematic weights to 1.0f
| Name | FAttachGuidesRootsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/AttachGuidesRootsNode.h |
| Include Path | #include "AttachGuidesRootsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FAttachGuidesRootsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FAttachGuidesRootsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttachGuidesRootsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
AttachGuidesRootsNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | AttachGuidesRootsNode.h |
|
| GroupIndex | int32 | Group index on which the roots will be attached. -1 will attach all the groups | AttachGuidesRootsNode.h |
|
| KinematicWeightsKey | FCollectionAttributeKey | Point 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
(
FAttachGuidesRootsDataflowNode, |
AttachGuidesRootsNode.h | ||
FName
(
"FGroomCollection" |
AttachGuidesRootsNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
AttachGuidesRootsNode.h |