Skip to content

GetElement

cpgames edited this page Jul 12, 2022 · 4 revisions

image

Gets item in collection by index.


Input Ports:

Start - execution entry.
ElementType - collection item type.
Collection - collection containing the item.
Index (type: int) - index of an item. Node will not execute if index is out of bounds of collection.


Output Ports:

Done - execution exit.
Element - item at index.

Clone this wiki locally