> 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/toolbox/incari/object/get-children.md).

# Get Children

## Overview

![The Get Children Node.](/files/M2V8jwuZH2bBYdv5PbZV)

The **Get Children Node** returns an **Array** of all the *children* **Object IDs** of an **Object**. If an **Object** has no *children*, an empty **Array** is returned.

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

## Attributes

![The Get Children Node Attributes.](/files/s9TN7cRbOFD17eq8XxFZ)

| Attribute | Type         | Description                                                                                                                    |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | Sets the *parent* **Object** whose *children* **Object IDs** will be returned, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                                    |
| ----------------- | ------------ | ------------------------------------------------------------------------------ |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.          |
| `Object ID`       | **ObjectID** | Sets the *parent* **Object** whose *children* **Object IDs** will be returned. |

## 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. |
| `Children Object IDs` | **Array** | Returns an **Array** of the *children* **Object IDs**.                                                                                 |

## See Also

* [**Has Children**](/incari-studio/toolbox/incari/object/has-children.md)
* [**Get Parent**](/incari-studio/toolbox/incari/object/get-parent.md)
