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&40;&41;
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 > | FieldFloatInput | ||
| TArray< float > | FieldFloatResult | ||
| TArray< int32 > | FieldRemap | ||
| int32 | NumSamplePositions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFieldMakeDenseFloatArrayDataflowNode
(
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 * |