Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Utils » GetPreviousObjects

GetPreviousObjects


Module: FoundationLite

Returns the current and the previous objects.

Name Type Range Description
Input value inObject <T>
Input value inInitialObject <T> Object to be used as the previous one in first iteration
Input value inCount Integer 1 - 4
Output value outObject1 <T> Object from this iteration
Output value outObject2 <T> Object from the previous iteration
Output value outObject3 <T> Object from the iteration before the previous
Output value outObject4 <T> Object from the iteration before the iteration before the previous

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 Advanced Complexity Level.