Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make an array from multiple elements of the same type. When elements are array type, the arrays are appended (nested arrays are not supported).
| |
|
| Name |
FDataflowMakeArrayNode |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionArrayNodes.h |
| Include Path |
#include "Dataflow/GeometryCollectionArrayNodes.h" |
Syntax
USTRUCT ()
struct FDataflowMakeArrayNode : public FDataflowNode
Inheritance Hierarchy
Constants
| Name |
Type |
Remarks |
Include Path |
| ArrayElementDependencyGroup |
FName |
|
Dataflow/GeometryCollectionArrayNodes.h |
| NumInitialElements |
int32 |
|
Dataflow/GeometryCollectionArrayNodes.h |
| NumRequiredInputs |
int32 |
|
Dataflow/GeometryCollectionArrayNodes.h |
Variables
Protected