# Vector Value

## Overview

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

The **Vector Value** **Node** generates a **Vector**. It can either be a **Vector2**, **Vector3**, or **Vector4**.

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

## Attributes

![The Vector Value Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-8da37e08765fc7a49f5e54ab0fe9cfb231afc25f%2Fnode-vector-value2-attr.png?alt=media)

| Attribute   | Type                                         | Description                                                           |
| ----------- | -------------------------------------------- | --------------------------------------------------------------------- |
| `Data Type` | **Drop-down**                                | Whether a **Vector2**, **Vector3**, or **Vector4** will be generated. |
| `Value`     | *Defined in the `Data Type`* ***Attribute*** | The `Value` that the generated **Vector** will have.                  |

## Inputs

| Input             | Type                                         | Description                                                           |
| ----------------- | -------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | *Defined in the `Data Type`* ***Attribute*** | A **Vector** you wish to add to the **Vector Value** **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. |
| `Output`           | *Defined in the `Data Type`* ***Attribute*** | The generated **Vector**.                                                                                                              |

## External Links

* [*Euclidean vector*](https://en.wikipedia.org/wiki/Euclidean_vector) on Wikipedia.
