Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Selects specified percentage of elements in the collection from the specified group
| Name | FCollectionSelectionByPercentageDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionSelectionByPercentageDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionSelectionByPercentageDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionSelectionByPercentageDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSelectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bDeterministic | bool | If true, it always generates the same result for the same RandomSeed | Dataflow/GeometryCollectionSelectionNodes.h |
|
|
| Percentage | DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionSelectionByPercentageDataflowNode, "CollectionSelectionByPercentage", "GeometryCollection | Selection", "") public int32 | Selection to selectt from by percentage Percentage to keep from the elements | Dataflow/GeometryCollectionSelectionNodes.h |
|
| RandomSeed | int32 | Seed for the random generation, only used if Deterministic is on | Dataflow/GeometryCollectionSelectionNodes.h |
|