Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make an int32 array starting with Start with Count elements
| Name | FMakeIntArrayDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeIntArrayDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeIntArrayDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeIntArrayDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bReverseOrder | bool | Dataflow/GeometryCollectionMakeNodes.h |
|
||
| Count | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeIntArrayDataflowNode, "MakeIntArray", "Generators | Array", "integer indices start end") private int32 | First element of IntArray Number of elements in IntArray | Dataflow/GeometryCollectionMakeNodes.h |
|
| IntArray | TArray< int32 > | IntArray | Dataflow/GeometryCollectionMakeNodes.h |
|