Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionVertexSelectionByPercentageDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionVertexSelectionByPercentageDataflowNode : public FDataflowNode
Remarks
Outputs the specified percentage of the selected vertices
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeterministic | Sets the random generation to deterministic | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionVertexSelectionByPercentageDataflowNode, "CollectionVertexS... | Percentage | Array of the selected bone indicies Percentage to keep from the original selection | |
| float | RandomSeed | Seed value for the random generation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionVertexSelectionByPercentageDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |