# Has Children

## Overview

![The Has Children Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-266b6958518976036ec86aa7f9d11489f29bc781%2Fhaschildrenupdatedimage.png?alt=media)

The **Has Children Node** returns a **Boolean** of either *true* or *false*, reflecting whether an **Object** has *children* or not.

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

## Attributes

![The Has Children Node Attributes.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-d2b72b43bdfa8048a0c2c9fa33330461154a0521%2Fhaschildrenattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                    |
| --------- | ------------ | -------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object** to be checked for *children* **Objects**, if one has not been 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** | The **Object** to be checked for *children* **Objects**.              |

## 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. |
| `Has Children`     | **Boolean** | Returns *true* if the **Object** has *children*, *false* if not.                                                                       |

## See Also

* [**Get Children**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/get-children)
* [**Get Parent**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/get-parent)
