# Get Root

## Overview

![The Get Root Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-dd92bc05526af506255e90fc6567adc27bda35a8%2Fgetrootnode20241.png?alt=media)

The **Get Root** **Node** outputs the **Object ID** of the **Root Object** of the corresponding **Scene**.

The **Root Object** is the *parent* of all **Objects** on the first hierarchy level in a **Scene**, thus making all **Objects** in the **Scene** its *descendants*.

See the [**Scene Objects**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects) page for more details about the [**Root Object**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#root-object), the [**Objects' Structure in a Scene**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#structure-in-a-scene), and how [**Objects** are referenced in the **Logic**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#objects-in-the-logic).

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## 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. |
| `Root`             | **ObjectID** | The **Object ID** of the **Root Object** of the corresponding **Scene**.                                                               |

## See Also

* [**Root Object**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#root-object)
* [**Objects Structure in a Scene**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#structure-in-a-scene)
* [**Objects** in the **Logic**](https://docs.incari.com/incari-studio/objects-and-types/scene-objects#objects-in-the-logic)
