
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
