Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FFloatArrayComputeStatisticsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FFloatArrayComputeStatisticsDataflowNode : public FDataflowNode
Remarks
Computes statistics of a float array
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | Indices | Indices of elements with the computed value | |
| EStatisticsOperationEnum | OperationName | Statistics Operation | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FFloatArrayComputeStatisticsDataflowNode, "FloatArrayComputeStatistics... | TransformSelection | Array to compute values from TransformSelection describes which values to use, if not connected all the elements will be used | |
| float | Value | Computed value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFloatArrayComputeStatisticsDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |