
The To Array node copies a Set's items into an Array container, ostensibly converting the Set into an Array.
Inputs
Pin Location | Name | Description |
---|---|---|
![]() |
(In) Exec | Input execution pin. |
![]() |
Set | The Set containing items that you want to copy into an Array. |
Outputs
Pin Location | Name | Description |
---|---|---|
![]() |
(Out) Exec | Output execution pin. |
![]() |
Result (Array) | An Array containing copied items from the input Set. |
Example Usage
