> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/get-sort-index.md).

# Get Sort Index

## Overview

![The Get Sort Index Node.](/files/E3DkifjEpm5uDXbfhdjd)

The **Get Sort Index Node** returns the sort index of an **Object**, which is the order an **Object** is layered in a **Scene**.

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** of interest.                                           |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Sort Index`       | **Int**   | The sort index of the **Object**.                                                                                                      |

## See Also

* [**Set Sort Index**](/incari-studio/2022.2/toolbox/incari/object/set-sort-index.md)
