Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Resample the groom guides with a fixed number of points (in physics strands size)
| Name | FResampleGuidesPointsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/ResampleGuidesPointsNode.h |
| Include Path | #include "ResampleGuidesPointsNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FResampleGuidesPointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FResampleGuidesPointsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FResampleGuidesPointsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ResampleGuidesPointsNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | ResampleGuidesPointsNode.h |
|
| PointsCount | EGroomNumPoints | Max number of points | ResampleGuidesPointsNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FResampleGuidesPointsDataflowNode, |
ResampleGuidesPointsNode.h | ||
FName
(
"FGroomCollection" |
ResampleGuidesPointsNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
ResampleGuidesPointsNode.h |