Description

This node enables you to extract a section of an array.

It exists in two different versions differing by the means to extract the array either by Index or by ID.

A pop-up window will appear when you drag & drop this node into your graph letting you select which version you would like to create.



Items Selector by Index




Properties:

  • Start Index : Manually set the index from which to start the filter
    Default : 0
  • End Index : Manually set the index from which to stop the filter
    Default : 0

Inputs

Name Type Description
Array Array The array to filter
Start Index Integer The index from which to start the filter
End Index Integer The index from which to stop the filter

Outputs

Name Type Description
Array Array The result array after filtering

Example



Items Seclector by ID




Properties:

You can add IDs to select by using the button in the bottom left of the Editor panel and entering the IDs to extract.


Inputs

Name Type Description
Array Array The input array to filter

Outputs

Name Type Description
Array Array The result array containing after filtering
ExcludedArray Array The rest of the array excluding the values filtered out

Example

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.