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 Add Items node copies items from an Array into a Set, thereby increasing the length of the Set. When adding items to a Set, the node checks whether the added items are equal to existing items in the Set. If a new item from the Array is equal to an item that's already in the Set, the new item won't be added; conversely, unique items from the Array will be added to the Set.
Inputs
| Pin Location | Name | Description |
|---|---|---|
![]() |
(In) Exec | Input execution pin. |
![]() |
Target Set | The Set that you want to add items to. |
![]() |
New Items | An Array of items that you want to add to the Set. |
Outputs
| Pin Location | Name | Description |
|---|---|---|
![]() |
(Out) Exec | Output execution pin. |
Example Usage




