Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Smooth the guides for more stable simulation
| Name | FSmoothGuidesCurvesDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/SmoothGuidesCurvesNode.h |
| Include Path | #include "SmoothGuidesCurvesNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FSmoothGuidesCurvesDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSmoothGuidesCurvesDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmoothGuidesCurvesDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
SmoothGuidesCurvesNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store data | SmoothGuidesCurvesNode.h |
|
| SmoothingFactor | float | Smoothing factor between 0 and 1 | SmoothGuidesCurvesNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FSmoothGuidesCurvesDataflowNode, |
SmoothGuidesCurvesNode.h | ||
FName
(
"FGroomCollection" |
SmoothGuidesCurvesNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
SmoothGuidesCurvesNode.h |