Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Builds the guides LODs
| Name | FBuildGuidesLODsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/BuildGuidesLODsNode.h |
| Include Path | #include "BuildGuidesLODsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FBuildGuidesLODsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FBuildGuidesLODsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuildGuidesLODsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
BuildGuidesLODsNode.h |
Variables
Public
| 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 |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBuildGuidesLODsDataflowNode, |
BuildGuidesLODsNode.h | ||
FName
(
"FGroomCollection" |
BuildGuidesLODsNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
BuildGuidesLODsNode.h |