Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionRandomDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionRandomDataflowNode : public FDataflowNode
Remarks
Selects bones randomly in the Collection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | GeometryCollection for the selection | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionRandomDataflowNode, "CollectionTransformS... | RandomSeed | If true, it always generates the same result for the same RandomSeed Seed for the random generation, only used if Deterministic is on | |
| float | RandomThreshold | Bones get selected if RandomValue > RandomThreshold | |
| FDataflowTransformSelection | TransformSelection | Array of the selected bone indicies |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionRandomDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |