> 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/set-sort-index.md).

# Set Sort Index

## Overview

![The Set Sort Index Node.](/files/IHxjE0cQgUdeQq5JwEFH)

The **Set Sort Index Node** sets 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.                                              |
| `Sort Index`      | **Int**      | The integer value of the desired sort index for the inputted **Object**. |

## 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. |

## See Also

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