Back to Aurora Vision Studio website

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

LastExactlyNObjects


Module: FoundationLite

Returns an array of N most recent objects.

Name Type Range Description
Input value inObject <T>
Input value inMaxCount Integer 0 - Number of last objects that are remembered
Input value inInitialObject <T> Initial object of the array elements
Input value inReset Bool Reset accumulator state
Output value outObjectArray <T>Array Array of N most recent objects

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.