This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
MakeManagedArrayCollectionArray (v1)
Append an element to an array of ManagedArrayCollections.
Input(s) : Array [Intrinsic] - Array to append to. If no input connection, a new array will be created Element - The element to append.
Output(s): Array [Passthrough] - Array to append to. If no input connection, a new array will be created
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|Array |
| Tags | Make Managed Array Collection |
| Type | FDataflowMakeManagedArrayCollectionArrayNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | Array to append to. If no input connection, a new array will be created | TArray<FManagedArrayCollection> | |
| Element | The element to append. | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | Array to append to. If no input connection, a new array will be created | TArray<FManagedArrayCollection> |