Back to FabImage Studio website
You are here: Start » Filter Reference » Loop Utils » LastTwoObjects
Returns the current and the previous object.
Name | Type | Description | |
---|---|---|---|
![]() |
inObject | T | |
![]() |
inInitialObject | T | Object to be used as the previous one in first iteration |
![]() |
outCurrentObject | T | Object from this iteration |
![]() |
outPreviousObject | T | Object from previous iteration |
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.