Back to FabImage Studio website
You are here: Start » Filter Reference » Loop Generators » EnumerateElements
In each iteration gets a consecutive element of the input array.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | TArray | Input array | |
![]() |
inStart | Integer | 0 - ![]() |
Index of the first element to be enumerated. |
![]() |
inCount | Integer* | 0 - ![]() |
Number of elements to be enumerated. Leave 'Auto' to enumerate to the end of the input array. |
![]() |
outElement | T | Element from the array | |
![]() |
outIndex | Integer | Index of the output element |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.