> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/game-object/find-child.md).

# Find Child

### Description

Find game object at children of specific transform by name of tag.

{% hint style="warning" %}
This task can cost performance if you call it every time.
{% endhint %}

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Game Object/Find Child</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="/files/wk4at8UHi0QtrsD2OlBJ" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                              |
| ----------------- | ---------------------------------------- |
| Node Name         | Name of node.                            |
| Ignore About Self | Whether node ignores abort self or not.  |
| Store Result      | Store Transform reference of gameobject. |
| Relative Object   | The object to search for.                |
| Parameter Type    | Search by name or tag.                   |
| With Name         | Game object name.                        |
