Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Get the kinematic weights attributes names
| Name | FGetGroomAttributesDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/GetGroomAttributesNodes.h |
| Include Path | #include "GetGroomAttributesNodes.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FGetGroomAttributesDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetGroomAttributesDataflowNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeKey | FCollectionAttributeKey | Attribute key to build | GetGroomAttributesNodes.h |
|
| AttributeType | EGroomAttributeType | Type of attribute to use | GetGroomAttributesNodes.h |
|
| CurvesType | EGroomCollectionType | Type of curves to use (guides/strands) | GetGroomAttributesNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGetGroomAttributesDataflowNode, |
GetGroomAttributesNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
GetGroomAttributesNodes.h |