Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FFieldMakeDenseFloatArrayDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
USTRUCT ()
struct FFieldMakeDenseFloatArrayDataflowNode : public FDataflowNode
Remarks
Converts a sparse FloatArray (a selected subset of the whole incoming array) into a dense FloatArray (same number of elements as the incoming array using NumSamplePositions) using the Remap input NumSamplePositions controls the size of the output array, only indices smaller than l to than NumSamplePositions will be processed
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Default | ||
| TArray< float > | FieldFloatResult | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FFieldMakeDenseFloatArrayDataflowNode, "FieldMakeDenseFloatArray", "Fi... | FieldRemap | ||
| int32 | NumSamplePositions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFieldMakeDenseFloatArrayDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |