
The Remove node removes an item from a Set, thereby decreasing the length of the Set. When removing an item from a Set, the node checks whether the item is in the Set. If the item isn't in the Set, the item won't be removed.
Inputs
Pin Location | Name | Description |
---|---|---|
![]() |
(In) Exec | Input execution pin. |
![]() |
Target Set | The Set that you want to remove the item from. |
![]() |
New Item | The item that you want to remove from the Set. |
Outputs
Pin Location | Name | Description |
---|---|---|
![]() |
(Out) Exec | Output execution pin. |
![]() |
Boolean Return Value | If the item was removed, this node returns true. Otherwise, if an equivalent item wasn't found in the set, this node returns false. |
Example Usage
