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.
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




