Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make an int32 array from a comma separated list, e.g. "0, 2, 5-10, 12-15"
| Name | FMakeIntArrayFromListDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeIntArrayFromListDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeIntArrayFromListDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeIntArrayFromListDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bReverseOrder | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeIntArrayFromListDataflowNode, "MakeIntArrayFromList", "Generators | Array", "integer indices start end list") private bool | First element of IntArray | Dataflow/GeometryCollectionMakeNodes.h |
|
| IntArray | TArray< int32 > | IntArray | Dataflow/GeometryCollectionMakeNodes.h |
|