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&40;&41;
struct FFloatArrayComputeStatisticsDataflowNode : public FDataflowNode
Remarks
Computes statistics of a float array
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | FloatArray | Array to compute values from | |
| TArray< int32 > | Indices | Indices of elements with the computed value | |
| EStatisticsOperationEnum | OperationName | Statistics Operation | |
| FDataflowTransformSelection | TransformSelection | 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, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |