Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FUnionIntArraysDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include | #include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FUnionIntArraysDataflowNode : public FDataflowNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FUnionIntArraysDataflowNode, "UnionIntArrays", "Utilities", "") public... | InArray2 | ||
| TArray< int32 > | OutArray |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUnionIntArraysDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |