
The Remove Items node removes Array items from a Set, thereby decreasing the length of the Set. When removing items from a Set, the node checks whether the items are equal to existing items in the Set. If an item from the Array is equal to an item that's already in the Set, the item will be removed.
Inputs
Pin Location | Name | Description |
---|---|---|
![]() |
(In) Exec | Input execution pin. |
![]() |
Target Set | The Set that you want to remove items from. |
![]() |
New Items | An Array of items that you want to remove from the Set. |
Outputs
Pin Location | Name | Description |
---|---|---|
![]() |
(Out) Exec | Output execution pin. |
Example Usage
